Uses of Interface
com.couchbase.client.core.error.RetryableOperationException
-
Packages that use RetryableOperationException Package Description com.couchbase.client.core.error -
-
Uses of RetryableOperationException in com.couchbase.client.core.error
Classes in com.couchbase.client.core.error that implement RetryableOperationException Modifier and Type Class Description class
DocumentMutationLostException
class
DurabilityAmbiguousException
Naming TBD! The synchronous replication durability work can return an ambiguous error (or we timeout waiting for the response, which is effectively the same).class
DurableWriteInProgressException
Returned if an attempt is made to mutate a key which already has a durable write pending.class
RequestCanceledException
class
RequestTimeoutException
class
TemporaryFailureException
Thrown when the server reports a temporary failure.class
TemporaryLockFailureException
Thrown when the server reports a temporary failure and it is very likely to be lock-related (like an already locked key or a bad cas used for unlock).
-