Exceptions.retryExhausted(String, Throwable) and Exceptions.isRetryExhausted(Throwable) instead.@Deprecated public class RetryExhaustedException extends RuntimeException
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.| Constructor and Description |
|---|
RetryExhaustedException(String message)
Deprecated.
|
RetryExhaustedException(Throwable cause)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024 Couchbase, Inc.. All rights reserved.