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
public class RetryExhaustedException extends RuntimeException
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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RetryExhaustedException(String message)RetryExhaustedException(Throwable cause) -
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
-
RetryExhaustedException
-