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) |
RetryExhaustedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021 Couchbase, Inc.. All rights reserved.