| AuthenticationException |
Describes authentication issues, usually during bootstrap.
|
| 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.
|
| FtsServerOverloadException |
An exception denoting that the search engine couldn't parse an FTS request.
|
| IndexAlreadyExistsException |
|
| IndexDoesNotExistException |
|
| 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.
|
| MixedAuthenticationException |
This exception is commonly raised when the PasswordAuthenticator
containing RBAC user credentials and bucket credentials are used together
|
| QueryExecutionException |
|
| 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 |
|