public class ReplicaNotConfiguredException extends CouchbaseException
This exception is thrown when the given operation targeting a specific replica is not fulfillable because the replica is not available (configured).
This can be because the replica is not configured on the bucket at all (permanent) or the replica is currently not available (temporary).
Constructor and Description |
---|
ReplicaNotConfiguredException() |
ReplicaNotConfiguredException(String message) |
ReplicaNotConfiguredException(String message,
Throwable cause) |
ReplicaNotConfiguredException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014 Couchbase, Inc.