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 configured (for example replica 2 is asked for, but only 1 is configured).
Constructor and Description |
---|
ReplicaNotConfiguredException() |
ReplicaNotConfiguredException(String message) |
ReplicaNotConfiguredException(String message,
Throwable cause) |
ReplicaNotConfiguredException(Throwable cause) |
details, details, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017 Couchbase, Inc.. All rights reserved.