|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AbstractStatefulRetryPolicy.handleRetryExhausted(RetryContext context)
Return null. |
Object |
AbstractStatelessRetryPolicy.handleRetryExhausted(RetryContext context)
Throw an exception. |
Object |
RecoveryCallbackRetryPolicy.handleRetryExhausted(RetryContext context)
Call recovery path (if any) and clean up context history. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |