Class CommitStatusException

All Implemented Interfaces:
Serializable

public class CommitStatusException extends TransactionException
Thrown when a failure occurs obtaining the commit status of a transaction.
See Also:
  • Constructor Details

    • CommitStatusException

      public CommitStatusException(String transactionId, StatusRuntimeException cause)
      Constructs a new exception with the specified cause.
      Parameters:
      transactionId - a transaction ID.
      cause - the cause.