Uses of Class
org.springframework.batch.retry.TerminatedRetryException

Packages that use TerminatedRetryException
org.springframework.batch.retry Infrastructure implementations of retry concerns. 
org.springframework.batch.retry.policy Infrastructure implementations of retry policy concerns. 
 

Uses of TerminatedRetryException in org.springframework.batch.retry
 

Methods in org.springframework.batch.retry that throw TerminatedRetryException
 void RetryPolicy.registerThrowable(RetryContext context, Throwable throwable)
          Called once per retry attempt, after the callback fails.
 

Uses of TerminatedRetryException in org.springframework.batch.retry.policy
 

Methods in org.springframework.batch.retry.policy that throw TerminatedRetryException
 void TimeoutRetryPolicy.registerThrowable(RetryContext context, Throwable throwable)
           
 void NeverRetryPolicy.registerThrowable(RetryContext context, Throwable throwable)
          Do nothing.
 void ItemWriterRetryPolicy.registerThrowable(RetryContext context, Throwable throwable)
          If ItemWriterRetryPolicy.canRetry(RetryContext) is false then take remedial action (if implemented by subclasses), and remove the current item from the history.
 void ExceptionClassifierRetryPolicy.registerThrowable(RetryContext context, Throwable throwable)
          Delegate to the policy currently activated in the context.
 void CompositeRetryPolicy.registerThrowable(RetryContext context, Throwable throwable)
          Delegate to the policies that were in operation when the context was created.
 



Copyright © 2008 SpringSource. All Rights Reserved.