Class TransactionCoordinatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.transaction.exception.TransactionException
org.apache.pulsar.broker.transaction.exception.coordinator.TransactionCoordinatorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionCoordinatorException.UnsupportedTxnActionException
The base exception class for the errors thrown from Transaction Coordinator.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classExceptions are thrown when txnAction is unsupported.Nested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.TransactionException
TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException -
Constructor Summary
ConstructorsConstructorDescriptionTransactionCoordinatorException(String message) TransactionCoordinatorException(String message, 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
-
TransactionCoordinatorException
-
TransactionCoordinatorException
-
TransactionCoordinatorException
-