Package com.couchbase.client.java.error
Class CannotRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.CouchbaseException
com.couchbase.client.java.error.CannotRetryException
- All Implemented Interfaces:
Serializable
public class CannotRetryException extends CouchbaseException
A
CouchbaseException
that denotes that a retry cycle failed because the maximum allowed attempt
count was reached.- Since:
- 1.1
- Author:
- Simon Baslé
- See Also:
Retry
, Serialized Form
-
Constructor Summary
Constructors Constructor Description CannotRetryException(String message)
CannotRetryException(String message, Throwable cause)
-
Method Summary
Methods inherited from class com.couchbase.client.core.CouchbaseException
details, details, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotRetryException
-
CannotRetryException
-