Uses of Class
org.springframework.retry.ExhaustedRetryException

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

Uses of ExhaustedRetryException in org.springframework.retry
 

Methods in org.springframework.retry that throw ExhaustedRetryException
<T> T
RetryOperations.execute(RetryCallback<T> retryCallback, RetryState retryState)
          A simple stateful retry.
 

Uses of ExhaustedRetryException in org.springframework.retry.support
 

Methods in org.springframework.retry.support that throw ExhaustedRetryException
protected
<T> T
RetryTemplate.doExecute(RetryCallback<T> retryCallback, RecoveryCallback<T> recoveryCallback, RetryState state)
          Execute the callback once if the policy dictates that we can, otherwise execute the recovery callback.
<T> T
RetryTemplate.execute(RetryCallback<T> retryCallback, RecoveryCallback<T> recoveryCallback, RetryState retryState)
          Execute the callback once if the policy dictates that we can, re-throwing any exception encountered so that clients can re-present the same task later.
<T> T
RetryTemplate.execute(RetryCallback<T> retryCallback, RetryState retryState)
          Execute the callback once if the policy dictates that we can, re-throwing any exception encountered so that clients can re-present the same task later.
 



Copyright © 2011 SpringSource. All Rights Reserved.