Class TransactionSystemUnambiguousException

All Implemented Interfaces:
Serializable

public class TransactionSystemUnambiguousException extends TransactionSystemCouchbaseException
The transaction failed and unambiguously did not commit. No actors can see any part of this failed transaction.

The application does not need to do anything to rollback the transaction.

Author:
Graham Pople
See Also:
  • Constructor Details

    • TransactionSystemUnambiguousException

      public TransactionSystemUnambiguousException(com.couchbase.client.java.transactions.error.TransactionFailedException ex)