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 Summary
-
Method Summary
Methods inherited from class com.couchbase.client.java.transactions.error.TransactionFailedException
logs, transactionId
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
-
TransactionExpiredException
-