See: Description
| Exception | Description |
|---|---|
| ConnectionClosedException |
Indicates that an attempt was made to use a closed Connection.
|
| PredicateFailedException |
Indicates that a predicate failed when attempting to write a value.
|
| ReadTimedOutException |
Indicates that a monotonic read timed-out while waiting for the required
consistent-read version to become available.
|
| RollbackException |
Indicates that the transaction was rolled back.
|
| UnableToAcquireLockException |
Indicates that a write operation was unable to acquire a write lock.
|
| VersionNotAvailableException |
Indicates that a read was attempted for a version of the data that is no
longer available in storage due to garbage collection.
|