Class ExceptionHandlers.CompositeExceptionHandler
java.lang.Object
io.atlassian.fugue.retry.ExceptionHandlers.CompositeExceptionHandler
- All Implemented Interfaces:
ExceptionHandler
- Enclosing class:
ExceptionHandlers
private static class ExceptionHandlers.CompositeExceptionHandler
extends Object
implements ExceptionHandler
-
Field Summary
Fields -
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.
-
Field Details
-
handlers
-
-
Constructor Details
-
CompositeExceptionHandler
-
-
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:
e- the exception to handle
-