Uses of Class
org.springframework.retry.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
-
Uses of RetryException in org.springframework.retry.backoff
Modifier and TypeClassDescriptionclass
Exception class signifiying that an attempt to back off using aBackOffPolicy
was interrupted, most likely by anInterruptedException
during a call toThread.sleep(long)
. -
Uses of RetryException in org.springframework.retry.policy
Modifier and TypeClassDescriptionclass
Exception that indicates that a cache limit was exceeded.