Uses of Class
org.springframework.retry.RetryException
Packages that use RetryException
Package
Description
Infrastructure implementations of retry concerns.
Infrastructure implementations of retry backoff concerns.
Infrastructure implementations of retry policy concerns.
-
Uses of RetryException in org.springframework.retry
Subclasses of RetryException in org.springframework.retry -
Uses of RetryException in org.springframework.retry.backoff
Subclasses of RetryException in org.springframework.retry.backoffModifier and TypeClassDescriptionclassException class signifying that an attempt to back off using aBackOffPolicywas interrupted, most likely by anInterruptedExceptionduring a call toThread.sleep(long). -
Uses of RetryException in org.springframework.retry.policy
Subclasses of RetryException in org.springframework.retry.policyModifier and TypeClassDescriptionclassException that indicates that a cache limit was exceeded.