Uses of Class
com.couchbase.client.core.CouchbaseException
Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
=================================================
This documentation describes the domain model of the core package, covers important architecture and design
decisions and provides a solid introduction on the inner workings.
|
com.couchbase.client.core.config | |
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.endpoint.kv | |
com.couchbase.client.core.env | |
com.couchbase.client.core.state |
-
Uses of CouchbaseException in com.couchbase.client.core
Subclasses of CouchbaseException in com.couchbase.client.core Modifier and Type Class Description class
BackpressureException
Identifies the need to back off on the supplier side when using a service, because the consumer is overloaded.class
BucketClosedException
A RuntimeException being thrown whenever an operation on a bucket that has been closed is attempted.class
DocumentConcurrentlyModifiedException
Exception indicating that the document which is observed has been modified in the meantime.class
DocumentMutationLostException
The observed document was lost during a hard failover, because the document did not reach the replica in time.class
ReplicaNotAvailableException
This exception is thrown when the given operation targeting a specific replica is not fulfillable because the replica is not available (the node has been failed over or is marked as down).class
ReplicaNotConfiguredException
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).class
RequestCancelledException
This exception is thrown when there is a problem in the underlying network I/O.class
ServiceNotAvailableException
Exception which states that the service is not available for the bucket. -
Uses of CouchbaseException in com.couchbase.client.core.config
Subclasses of CouchbaseException in com.couchbase.client.core.config Modifier and Type Class Description class
ConfigurationException
-
Uses of CouchbaseException in com.couchbase.client.core.endpoint
Subclasses of CouchbaseException in com.couchbase.client.core.endpoint Modifier and Type Class Description class
SSLException
GenericSSLException
. -
Uses of CouchbaseException in com.couchbase.client.core.endpoint.kv
Subclasses of CouchbaseException in com.couchbase.client.core.endpoint.kv Modifier and Type Class Description class
AuthenticationException
-
Uses of CouchbaseException in com.couchbase.client.core.env
Subclasses of CouchbaseException in com.couchbase.client.core.env Modifier and Type Class Description class
EnvironmentException
-
Uses of CouchbaseException in com.couchbase.client.core.state
Subclasses of CouchbaseException in com.couchbase.client.core.state Modifier and Type Class Description class
NotConnectedException
Thrown if the stateful component is not connected.