Class ExceptionHandlers.IgnoreExceptionHandler
java.lang.Object
io.atlassian.fugue.retry.ExceptionHandlers.IgnoreExceptionHandler
- All Implemented Interfaces:
ExceptionHandler
- Enclosing class:
ExceptionHandlers
private static class ExceptionHandlers.IgnoreExceptionHandler
extends Object
implements ExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAct on an exception, this method should be called by clients when an exception occurs in wrapped code.
-
Constructor Details
-
IgnoreExceptionHandler
private IgnoreExceptionHandler()
-
-
Method Details
-
handle
Description copied from interface:ExceptionHandlerAct on an exception, this method should be called by clients when an exception occurs in wrapped code.- Specified by:
handlein interfaceExceptionHandler- Parameters:
a- the exception to handle
-