Class RetryExhaustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.retry.reactor.RetryExhaustedException
- All Implemented Interfaces:
Serializable
Deprecated.
Exception indicating that retries have been exhausted after
Retry.timeout(java.time.Duration)
or Retry.retryMax(long)
.
For retries, Throwable.getCause()
returns the original exception from the
last retry attempt that generated this exception.- See Also:
-
Constructor Summary
ConstructorDescriptionRetryExhaustedException
(String message) Deprecated.RetryExhaustedException
(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryExhaustedException
Deprecated. -
RetryExhaustedException
Deprecated.
-
Exceptions.retryExhausted(String, Throwable)
andExceptions.isRetryExhausted(Throwable)
instead.