Class TransactionOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.transaction.TransactionOperationFailedException
- All Implemented Interfaces:
Serializable
This operation (such as a replace, get or insert) either failed or ambiguously succeeded.
The details of the failure are opaque, as the application is not expected to take action on this failure. The application should not catch errors from operations.
All methods on this class are for internal use only.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
ConstructorDescriptionTransactionOperationFailedException
(boolean autoRollbackAttempt, boolean retryTransaction, Throwable cause, TransactionOperationFailedException.FinalErrorToRaise toRaise) -
Method Summary
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TransactionOperationFailedException
public TransactionOperationFailedException(boolean autoRollbackAttempt, boolean retryTransaction, Throwable cause, TransactionOperationFailedException.FinalErrorToRaise toRaise)
-
-
Method Details