| Exception | Description |
|---|---|
| AuthenticatorException |
This exception is commonly raised when an attempt to retrieve a credential in an
Authenticator is made, but cannot be fulfilled. |
| 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 | |
| DesignDocumentDoesNotExistException |
Exception to indicate that Design document does not exist in the server
|
| 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 | |
| FtsConsistencyTimeoutException |
An exception denoting that the search engine couldn’t satisfy an FTS request with consistency before the specified timeout.
|
| FtsMalformedRequestException |
An exception denoting that the search engine couldn’t parse an FTS request.
|
| IndexAlreadyExistsException |
An exception indicating that an index already exists, for instance when trying to create one using
BucketManager.createN1qlIndex(String, List, Expression, boolean, boolean). |
| IndexDoesNotExistException |
An exception indicating that an index does not exist, for instance when trying to delete one using
BucketManager.dropN1qlIndex(String, boolean). |
| IndexesNotReadyException |
An exception used to denote that a particular set of secondary N1QL indexes are not in a “online” state.
|
| 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 © 2015 Couchbase, Inc.