Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
|
Modifier and Type | Class and Description |
---|---|
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).
|
Copyright © 2018 Couchbase, Inc.. All rights reserved.