Class BackOffInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.retry.RetryException
org.springframework.retry.backoff.BackOffInterruptedException
- All Implemented Interfaces:
Serializable
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)
.- Since:
- 2.1
- Author:
- Rob Harrop
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackOffInterruptedException
-
BackOffInterruptedException
-