Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
|
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 |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException |
Modifier and Type | Class and Description |
---|---|
class |
SSLException
Generic
SSLException . |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentException |
Modifier and Type | Class and Description |
---|---|
class |
NotConnectedException
Thrown if the stateful component is not connected.
|
Copyright © 2018 Couchbase, Inc.. All rights reserved.