public class RetryExhaustedException extends RuntimeException
Retry.timeout(java.time.Duration)
or Retry#retryMax(int)
.
For retries, Throwable.getCause()
returns the original exception from the
last retry attempt that generated this exception.Constructor and Description |
---|
RetryExhaustedException() |
RetryExhaustedException(String message) |
RetryExhaustedException(String message,
Throwable cause) |
RetryExhaustedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
RetryExhaustedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RetryExhaustedException()
public RetryExhaustedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public RetryExhaustedException(String message)
public RetryExhaustedException(Throwable cause)