Exception | Description |
---|---|
BucketAlreadyExistsException |
Exception identifying that a bucket does already exist.
|
BucketDoesNotExistException |
Exception identifying that a bucket does not exist.
|
CannotRetryException |
A
CouchbaseException that denotes that a retry cycle failed because the maximum allowed attempt count was reached. |
CASMismatchException |
Identifying a CAS mismatch on a replace operation..
|
CouchbaseOutOfMemoryException |
Thrown when Couchbase Server returns with an Out of Memory error.
|
DesignDocumentAlreadyExistsException | |
DesignDocumentException | |
DocumentAlreadyExistsException |
Raised when the document already exists and an insert operation is used..
|
DocumentDoesNotExistException |
Raised when the document does not exist and a replace operation is used..
|
DurabilityException |
Raised if the durability requirement could not be met.
|
FlushDisabledException | |
InvalidPasswordException |
This exception is commonly raised when the password for a resource does not match.
|
QueryExecutionException |
A
CouchbaseException representing various errors during N1QL querying, when an actual Exception wrapping a JsonObject is needed. |
RequestTooBigException |
Thrown when the request is too big for some reason.
|
TemporaryFailureException |
Thrown when the server reports a temporary failure.
|
TemporaryLockFailureException |
Thrown when the server reports a temporary failure and it is very likely to be lock-related (like an already locked key or a bad cas used for unlock).
|
TranscodingException | |
ViewDoesNotExistException |
Copyright © 2014 Couchbase, Inc.