Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.transaction.exception.TransactionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionBufferException, TransactionCoordinatorException, TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException, TransactionPendingAckException

public abstract class TransactionException extends Exception
The base exception class for the errors thrown from Transaction.
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(String message, Throwable cause)
    • TransactionException

      public TransactionException(Throwable cause)