Class TransactionExpiredException
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
com.couchbase.client.java.transactions.error.TransactionExpiredException
- All Implemented Interfaces:
- Serializable
The transaction could not be fully completed in the configured timeout.
 It is in an undefined state, but it unambiguously did not reach the commit point.  No actors will be able to see the
 contents of this transaction.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.couchbase.client.java.transactions.error.TransactionFailedExceptionlogs, transactionIdMethods 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- 
TransactionExpiredException
 
-