Class CoreTransactionExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.transaction.internal.CoreTransactionFailedException
com.couchbase.client.core.error.transaction.internal.CoreTransactionExpiredException
- 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
ConstructorDescriptionCoreTransactionExpiredException
(Throwable cause, CoreTransactionLogger logger, String transactionId, String msg) -
Method Summary
Methods inherited from class com.couchbase.client.core.error.transaction.internal.CoreTransactionFailedException
logger, 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
-
CoreTransactionExpiredException
public CoreTransactionExpiredException(Throwable cause, CoreTransactionLogger logger, String transactionId, String msg)
-