public class CannotRetryException extends CouchbaseException
A CouchbaseException
that denotes that a retry cycle failed because the maximum allowed attempt count was reached.
Retry
,
Serialized FormConstructor and Description |
---|
CannotRetryException(String message) |
CannotRetryException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Couchbase, Inc.