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

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

Uses of ExhaustedRetryException in org.springframework.batch.retry
 

Methods in org.springframework.batch.retry that throw ExhaustedRetryException
 Object RetryPolicy.handleRetryExhausted(RetryContext context)
          Handle an exhausted retry.
 

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

Methods in org.springframework.batch.retry.policy that throw ExhaustedRetryException
 Object AbstractStatelessRetryPolicy.handleRetryExhausted(RetryContext context)
          Throw an exception.
 



Copyright © 2008 SpringSource. All Rights Reserved.