Modifier and Type | Class and Description |
---|---|
class |
AlreadyShutdownException
Thrown if a resource is already permanently terminated and tried to be used afterwards.
|
class |
AmbiguousTimeoutException
This is a special case of the timeout exception, signaling that the timeout happened with an ambiguous cause.
|
class |
AnalyticsException
There was a problem fulfilling the analytics request.
|
class |
AuthenticationFailureException
Every exception that has to do with authentication problems should either
instantiate or subclass from this type.
|
class |
BucketExistsException |
class |
BucketNotFoundException |
class |
CasMismatchException
Indicates an optimistic locking failure.
|
class |
CollectionExistsException |
class |
CollectionNotFoundException |
class |
CollectionsNotAvailableException
This exception is raised when collections are not available on the connected cluster, likely
because a version is used that does not support them.
|
class |
CompilationFailureException
The query failed to compile.
|
class |
ConfigException |
class |
DatasetExistsException |
class |
DatasetNotFoundException
The queried dataset is not found on the server.
|
class |
DataverseExistsException |
class |
DataverseNotFoundException |
class |
DecodingFailureException
Raised when provided content could not be successfully decoded.
|
class |
DesignDocumentNotFoundException |
class |
DocumentExistsException
Indicates an operation failed because the key already exists.
|
class |
DocumentLockedException
Thrown when the server reports a temporary failure that
is very likely to be lock-related (like an already locked
key or a bad cas used for unlock).
|
class |
DocumentMutationLostException |
class |
DocumentNotFoundException
Indicates an operation failed because the key does not exist.
|
class |
DocumentUnretrievableException
Indicates an operation completed but no successful document was retrievable.
|
class |
DurabilityAmbiguousException
Naming TBD!
The synchronous replication durability work can return an ambiguous error (or we timeout waiting for the response,
which is effectively the same).
|
class |
DurabilityImpossibleException
The given durability requirements are currently impossible to achieve, as not enough configured replicas
are currently available.
|
class |
DurabilityLevelNotAvailableException
This exception is raised when a durability level has been requested that is not available on the server.
|
class |
DurableWriteInProgressException
Returned if an attempt is made to mutate a key which already has a durable write pending.
|
class |
DurableWriteReCommitInProgressException
The requested key has a SyncWrite which is being re-committed.
|
class |
EncodingFailureException
Raised when provided content could not be successfully encoded.
|
class |
FeatureNotAvailableException
Exception which states that the feature is not available for the bucket.
|
class |
GlobalConfigNotFoundException
Exception thrown if global configs are supported but the server tells the client that there is currently
non available.
|
class |
GroupNotFoundException |
class |
IndexExistsException |
class |
IndexFailureException
Indicates an operation failed because there has been an issue with the query planner or similar.
|
class |
IndexNotFoundException |
class |
InternalServerFailureException
Indicates an operation failed because there has been an internal error in the server.
|
class |
InvalidArgumentException |
class |
JobQueueFullException
Indicates the analytics server job queue is full
|
class |
LinkNotFoundException |
class |
OperationDoesNotExist
Raised when a requested subdoc operation does not exist.
|
class |
ParsingFailureException
Indicates an operation failed because parsing of the input returned with an error.
|
class |
PlanningFailureException
Indicates an operation failed because there has been an issue with the query planner.
|
class |
PreparedStatementFailureException
Indicates an operation failed because there has been an issue with query prepared statements.
|
class |
QueryException
There was a problem fulfilling the query request.
|
class |
ReplicaNotAvailableException |
class |
ReplicaNotConfiguredException |
class |
RequestCanceledException |
class |
ScopeExistsException |
class |
ScopeNotFoundException |
class |
SecurityException |
class |
ServerOutOfMemoryException
Thrown when Couchbase Server returns with an Out of Memory error.
|
class |
ServiceNotAvailableException
Exception which states that the service is not available for the bucket.
|
class |
TemporaryFailureException
Thrown when the server reports a temporary failure.
|
class |
TimeoutException |
class |
UnambiguousTimeoutException
This is a special case of the timeout exception, signaling that the timeout happened with no ambiguous cause.
|
class |
UnsupportedConfigMechanismException |
class |
UserNotFoundException |
class |
ValueTooLargeException
Thrown when the request is too big for some reason.
|
class |
ViewNotFoundException |
class |
ViewServiceException
There was a problem fulfilling the view request.
|
Modifier and Type | Method and Description |
---|---|
static CouchbaseException |
DefaultErrorUtil.keyValueStatusToException(KeyValueRequest<? extends Response> request,
Response response)
Maps common KV response status codes to their corresponding user-level exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
DeltaInvalidException
Subdocument exception thrown when the delta in an arithmetic operation (eg counter) is invalid.
|
class |
DocumentNotJsonException
Subdocument exception thrown when the targeted enclosing document itself is not JSON.
|
class |
DocumentTooDeepException
Subdocument exception thrown when document is too deep to parse.
|
class |
NumberTooBigException
Subdocument exception thrown when existing number value in document is too big.
|
class |
PathExistsException
Subdocument exception thrown when a path already exists and it shouldn't
|
class |
PathInvalidException
Subdocument exception thrown when path has a syntax error, or path syntax is incorrect for the operation
(for example, if operation requires an array index).
|
class |
PathMismatchException
Subdocument exception thrown when the path structure conflicts with the document structure
(for example, if a path mentions foo.bar[0].baz, but foo.bar is actually a JSON object).
|
class |
PathNotFoundException
Subdocument exception thrown when a path does not exist in the document.
|
class |
PathTooDeepException
Subdocument exception thrown when path is too deep to parse.
|
class |
ValueInvalidException
Subdocument exception thrown when the provided value cannot be inserted at the given path.
|
class |
ValueTooDeepException
Subdocument exception thrown when proposed value would make the document too deep to parse.
|
class |
XattrCannotModifyVirtualAttributeException
Subdocument exception thrown when the virtual attribute cannot be modified.
|
class |
XattrInvalidFlagComboException
Subdocument exception thrown when a macro has been requested when not using extended attributes.
|
class |
XattrInvalidKeyComboException
Subdocument exception thrown when more than one xattr key has been requested.
|
class |
XattrInvalidOrderException
Subdocument exception thrown when the ordering of extended attributes is invalid.
|
class |
XattrUnknownMacroException
Subdocument exception thrown when a macro has been requested which is not recognised by the server.
|
class |
XattrUnknownVirtualAttributeException
Subdocument exception thrown when a virtual attribute has been requested which is not recognised by the server.
|
Modifier and Type | Method and Description |
---|---|
Optional<CouchbaseException> |
AnalyticsChunkResponseParser.error() |
Modifier and Type | Method and Description |
---|---|
protected Optional<RetryReason> |
AnalyticsMessageHandler.qualifiesForRetry(CouchbaseException exception) |
Modifier and Type | Method and Description |
---|---|
Optional<CouchbaseException> |
ChunkResponseParser.decodingFailure()
If the parser fails due to malformed input the cause is returned here.
|
Optional<CouchbaseException> |
BaseChunkResponseParser.decodingFailure() |
Optional<CouchbaseException> |
ChunkResponseParser.error()
If the parser sees an error, it should fill this optional so that if the IO
layer needs to fail the topmost future it will be passed in.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<RetryReason> |
ChunkedMessageHandler.qualifiesForRetry(CouchbaseException exception)
Can be implemented by children to not fail a request but rather send it into retry.
|
Modifier and Type | Method and Description |
---|---|
static CouchbaseException |
MemcacheProtocol.mapSubDocumentError(KeyValueRequest<?> request,
SubDocumentOpResponseStatus status,
String path,
int index)
For any response that can be returned by a SubDocument command - path, document, or execution-based - map it to
an appropriate SubDocumentException.
|
Modifier and Type | Method and Description |
---|---|
Optional<CouchbaseException> |
QueryChunkResponseParser.error() |
Modifier and Type | Method and Description |
---|---|
protected Optional<RetryReason> |
QueryMessageHandler.qualifiesForRetry(CouchbaseException exception) |
Modifier and Type | Method and Description |
---|---|
Optional<CouchbaseException> |
SearchChunkResponseParser.error() |
Modifier and Type | Method and Description |
---|---|
Optional<CouchbaseException> |
ViewChunkResponseParser.error() |
Modifier and Type | Class and Description |
---|---|
class |
MapperException
This exception is usually raised when a JSON encoding or decoding was not successful.
|
Modifier and Type | Method and Description |
---|---|
Optional<CouchbaseException> |
SubdocGetResponse.error()
Error will be set, and should be checked and handled, when status==SUBDOC_FAILURE
|
Optional<CouchbaseException> |
SubdocMutateResponse.error()
Error will be set, and should be checked and handled, when status==SUBDOC_FAILURE
|
Optional<CouchbaseException> |
SubDocumentField.error() |
Constructor and Description |
---|
SubdocGetResponse(ResponseStatus status,
Optional<CouchbaseException> error,
SubDocumentField[] values,
long cas) |
SubdocMutateResponse(ResponseStatus status,
Optional<CouchbaseException> error,
SubDocumentField[] values,
long cas,
Optional<MutationToken> mutationToken) |
SubDocumentField(SubDocumentOpResponseStatus status,
Optional<CouchbaseException> error,
byte[] value,
String path,
SubdocCommandType type) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.