Class TransactionFailedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionCommitAmbiguousException, TransactionExpiredException

public class TransactionFailedException extends CouchbaseException
The transaction failed to reach the Committed point. No actors can see any changes made by this transaction.
See Also:
  • Constructor Details

  • Method Details

    • logs

      public List<TransactionLogEvent> logs()
      An in-memory log is built up during each transaction. The application may want to write this to their own logs, for example upon transaction failure.
    • transactionId

      public String transactionId()