|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
CompositeRetryPolicy.registerThrowable(RetryContext context,
Throwable throwable)
Delegate to the policies that were in operation when the context was created. |
void |
NeverRetryPolicy.registerThrowable(RetryContext context,
Throwable throwable)
Do nothing. |
void |
ExceptionClassifierRetryPolicy.registerThrowable(RetryContext context,
Throwable throwable)
Delegate to the policy currently activated in the context. |
void |
RecoveryCallbackRetryPolicy.registerThrowable(RetryContext context,
Throwable throwable)
If RecoveryCallbackRetryPolicy.canRetry(RetryContext) is false then take remedial action (if
implemented by subclasses), and remove the current item from the history. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |