Class CoreTransactionFailedException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CoreTransactionCommitAmbiguousException, CoreTransactionExpiredException

@Internal public class CoreTransactionFailedException extends CouchbaseException
The transaction failed to reach the Committed point. No actors can see any changes made by this transaction.
See Also: