Uses of Class
org.springframework.retry.ExhaustedRetryException
Packages that use ExhaustedRetryException
Package
Description
Infrastructure implementations of retry concerns.
Infrastructure implementations of retry support concerns.
-
Uses of ExhaustedRetryException in org.springframework.retry
Methods in org.springframework.retry that throw ExhaustedRetryExceptionModifier and TypeMethodDescription<T,
E extends Throwable>
TRetryOperations.execute
(RetryCallback<T, E> retryCallback, RetryState retryState) A simple stateful retry. -
Uses of ExhaustedRetryException in org.springframework.retry.support
Methods in org.springframework.retry.support that throw ExhaustedRetryExceptionModifier and TypeMethodDescriptionprotected <T,
E extends Throwable>
TRetryTemplate.doExecute
(RetryCallback<T, E> retryCallback, RecoveryCallback<T> recoveryCallback, RetryState state) Execute the callback once if the policy dictates that we can, otherwise execute the recovery callback.final <T,
E extends Throwable>
TRetryTemplate.execute
(RetryCallback<T, E> 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.final <T,
E extends Throwable>
TRetryTemplate.execute
(RetryCallback<T, E> 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.