Package ru.tinkoff.kora.resilient.retry
Class RetryExhaustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.tinkoff.kora.resilient.ResilientException
ru.tinkoff.kora.resilient.retry.RetryExhaustedException
- All Implemented Interfaces:
Serializable
Exception that indicates all Retry attempts exhausted
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRetryExhaustedException(int attempts, Throwable cause) Deprecated.RetryExhaustedException(String name, int attempts, Throwable cause) -
Method Summary
Methods inherited from class ru.tinkoff.kora.resilient.ResilientException
nameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryExhaustedException
Deprecated. -
RetryExhaustedException
-