Uses of Class
ch.elca.el4j.services.exceptionhandler.RetryException

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

Uses of RetryException in ch.elca.el4j.services.exceptionhandler
 

Methods in ch.elca.el4j.services.exceptionhandler that throw RetryException
protected  Object AbstractExceptionHandlerInterceptor.doHandleException(Throwable t, org.aopalliance.intercept.MethodInvocation invocation, ExceptionConfiguration[] exceptionConfigurations)
          Handles the given exception that was thrown given method invocation using the provided exception configurations.
protected  Object AbstractExceptionHandlerInterceptor.doInvoke(org.aopalliance.intercept.MethodInvocation invocation)
          Performs the actual invocation of the MethodInvocation.prceed() method.
protected abstract  Object AbstractExceptionHandlerInterceptor.handleException(Throwable t, org.aopalliance.intercept.MethodInvocation invocation)
          Handles the given exception that was thrown in the given method invocation's execution.
 

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

Methods in ch.elca.el4j.services.exceptionhandler.handler that throw RetryException
protected abstract  Object AbstractSwappableTargetExceptionHandler.getNewTarget(Object current, Throwable t, org.aopalliance.intercept.MethodInvocation invocation, org.slf4j.Logger logger)
          Determines a new target to be used by the proxy.
 Object ExceptionHandler.handleException(Throwable t, AbstractExceptionHandlerInterceptor exceptionInvoker, org.aopalliance.intercept.MethodInvocation invocation)
          Handles the given exception that occurred in the invocation of the given MethodInvocation.
protected  Object AbstractSwappableTargetExceptionHandler.retry(Throwable t, AbstractExceptionHandlerInterceptor exceptionInvoker, org.aopalliance.intercept.MethodInvocation invocation, org.slf4j.Logger logger)
          Creates a new retry exception.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.