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:
java.io.Serializable
- Direct Known Subclasses:
TransactionCoordinatorException.UnsupportedTxnActionException
public abstract class TransactionCoordinatorException extends TransactionException
The base exception class for the errors thrown from Transaction Coordinator.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionCoordinatorException.UnsupportedTxnActionExceptionExceptions 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
Constructors Constructor Description TransactionCoordinatorException(java.lang.String message)TransactionCoordinatorException(java.lang.String message, java.lang.Throwable cause)TransactionCoordinatorException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
TransactionCoordinatorException
public TransactionCoordinatorException(java.lang.String message)
-
TransactionCoordinatorException
public TransactionCoordinatorException(java.lang.String message, java.lang.Throwable cause)
-
TransactionCoordinatorException
public TransactionCoordinatorException(java.lang.Throwable cause)
-
-