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
The base exception class for the errors thrown from Transaction.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException is thrown when opening a reader on a transaction that is not sealed yet.static classException thrown if a transaction is already sealed.static classExceptions are thrown when operations are applied to a transaction which is not in expected txn status. -
Constructor Summary
ConstructorsConstructorDescriptionTransactionException(String message) TransactionException(String message, Throwable cause) TransactionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionException
-
TransactionException
-
TransactionException
-