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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.couchbase.client.core.error.CouchbaseExceptioncontext, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TransactionFailedException
 
- 
- 
Method Details- 
logsAn 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
 
-