Class TransactionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.java.transactions.error.TransactionFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionCommitAmbiguousException
,TransactionExpiredException
The transaction failed to reach the Committed point.
No actors can see any changes made by this transaction.
- See Also:
-
Constructor Summary
-
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, toString
-
Constructor Details
-
TransactionFailedException
-
-
Method Details
-
logs
An in-memory log is built up during each transaction. The application may want to write this to their own logs, for example upon transaction failure. -
transactionId
-