|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ExceptionHandler | An exception handler is a expert for handling some kind of exceptions. |
Class Summary | |
---|---|
AbstractExceptionHandler | This class provides a logging setup that allows to use the target's log as well as the exception handler's. |
AbstractExceptionTransformerExceptionHandler | This is a convenience abstract class to create exception transformer exception handlers. |
AbstractReconfigureExceptionHandler | This class simplifies the implementation of exception handlers that use another implementation with the same semantic to fulfil the callers invocation. |
AbstractRetryExceptionHandler | Retry exception handlers force the AbstractExceptionHandlerInterceptor
to rerun the complete invocation. |
AbstractSwappableTargetExceptionHandler | This class simplifies the implementation of exception handlers that use another implementation with the same interface to fulfil the callers invocation. |
RethrowExceptionHandler | This exception handler simply forwards all exceptions. |
RetryExceptionHandler | This class implements an exception handler that tries to call the target several times after waiting a configurable delay. |
RoundRobinSwappableTargetExceptionHandler | This class implements a round robin strategy to swap a proxy's target. |
SequenceExceptionHandler | This class allows to specify a number of exception handlers that are called in sequence until the first succeeds, i.e. it doesn't throw an exception. |
SimpleExceptionTransformerExceptionHandler | This class transforms exceptions into other exceptions. |
SimpleLogExceptionHandler | This exception handler logs all exceptions and returns null . |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |