Package com.norconex.commons.lang.exec
Interface IExceptionFilter
- All Superinterfaces:
ExceptionFilter
Deprecated.
Filter for limiting the exceptions to be eligible for retry.
- Since:
- 1.13.0
- See Also:
-
Method Summary
-
Method Details
-
retry
Deprecated.Filters an exception. Runtime exceptions can be of any type, but checked exceptions are always wrapped in aRetriableException.- Specified by:
retryin interfaceExceptionFilter- Parameters:
e- the exception to filter- Returns:
trueif the exception should trigger a retry,falseto abort execution
-
ExceptionFilterisntead.