|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RetryException | |
---|---|
org.springframework.batch.retry | Infrastructure implementations of retry concerns. |
org.springframework.batch.retry.backoff | Infrastructure implementations of retry backoff concerns. |
org.springframework.batch.retry.policy | Infrastructure implementations of retry policy concerns. |
Uses of RetryException in org.springframework.batch.retry |
---|
Subclasses of RetryException in org.springframework.batch.retry | |
---|---|
class |
ExhaustedRetryException
|
class |
TerminatedRetryException
|
Uses of RetryException in org.springframework.batch.retry.backoff |
---|
Subclasses of RetryException in org.springframework.batch.retry.backoff | |
---|---|
class |
BackOffInterruptedException
Exception class signifiying that an attempt to back off using a BackOffPolicy was interrupted, most likely by an
InterruptedException during a call to Thread.sleep(long) . |
Uses of RetryException in org.springframework.batch.retry.policy |
---|
Subclasses of RetryException in org.springframework.batch.retry.policy | |
---|---|
class |
RetryCacheCapacityExceededException
Exception that indicates that a cache limit was exceeded. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |