Uses of Class
ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionHandler

Packages that use AbstractExceptionHandler
ch.elca.el4j.services.exceptionhandler.handler   
 

Uses of AbstractExceptionHandler in ch.elca.el4j.services.exceptionhandler.handler
 

Subclasses of AbstractExceptionHandler in ch.elca.el4j.services.exceptionhandler.handler
 class AbstractExceptionTransformerExceptionHandler
          This is a convenience abstract class to create exception transformer exception handlers.
 class AbstractReconfigureExceptionHandler
          This class simplifies the implementation of exception handlers that use another implementation with the same semantic to fulfil the callers invocation.
 class AbstractRetryExceptionHandler
          Retry exception handlers force the AbstractExceptionHandlerInterceptor to rerun the complete invocation.
 class AbstractSwappableTargetExceptionHandler
          This class simplifies the implementation of exception handlers that use another implementation with the same interface to fulfil the callers invocation.
 class RetryExceptionHandler
          This class implements an exception handler that tries to call the target several times after waiting a configurable delay.
 class RoundRobinSwappableTargetExceptionHandler
          This class implements a round robin strategy to swap a proxy's target.
 class 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.
 class SimpleExceptionTransformerExceptionHandler
          This class transforms exceptions into other exceptions.
 class SimpleLogExceptionHandler
          This exception handler logs all exceptions and returns null.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.