JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.alfresco.hxi_connector.common.test.util
Interface RetryUtils.ErrorCatchingRunnable
All Superinterfaces:
Runnable
Enclosing class:
RetryUtils
public static interface
RetryUtils.ErrorCatchingRunnable
extends
Runnable
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default void
run
()
void
runUnsafe
()
Method Details
runUnsafe
void
runUnsafe
() throws
Exception
Throws:
Exception
run
default
void
run
()
Specified by:
run
in interface
Runnable