Uses of Class
com.couchbase.client.core.CouchbaseException
Packages that use CouchbaseException
Package
Description
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.
-
Uses of CouchbaseException in com.couchbase.client.core
Subclasses of CouchbaseException in com.couchbase.client.coreModifier and TypeClassDescriptionclass
Identifies the need to back off on the supplier side when using a service, because the consumer is overloaded.class
A RuntimeException being thrown whenever an operation on a bucket that has been closed is attempted.class
Exception indicating that the document which is observed has been modified in the meantime.class
The observed document was lost during a hard failover, because the document did not reach the replica in time.class
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
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
This exception is thrown when there is a problem in the underlying network I/O.class
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 -
Uses of CouchbaseException in com.couchbase.client.core.endpoint
Subclasses of CouchbaseException in com.couchbase.client.core.endpoint -
Uses of CouchbaseException in com.couchbase.client.core.endpoint.kv
Subclasses of CouchbaseException in com.couchbase.client.core.endpoint.kv -
Uses of CouchbaseException in com.couchbase.client.core.env
Subclasses of CouchbaseException in com.couchbase.client.core.env -
Uses of CouchbaseException in com.couchbase.client.core.state
Subclasses of CouchbaseException in com.couchbase.client.core.stateModifier and TypeClassDescriptionclass
Thrown if the stateful component is not connected.