Class TransactionCoordinatorException.UnsupportedTxnActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pulsar.broker.transaction.exception.TransactionException
-
- org.apache.pulsar.broker.transaction.exception.coordinator.TransactionCoordinatorException
-
- org.apache.pulsar.broker.transaction.exception.coordinator.TransactionCoordinatorException.UnsupportedTxnActionException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TransactionCoordinatorException
public static class TransactionCoordinatorException.UnsupportedTxnActionException extends TransactionCoordinatorException
Exceptions are thrown when txnAction is unsupported.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.coordinator.TransactionCoordinatorException
TransactionCoordinatorException.UnsupportedTxnActionException
-
Nested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.TransactionException
TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException
-
-
Constructor Summary
Constructors Constructor Description UnsupportedTxnActionException(org.apache.pulsar.client.api.transaction.TxnID txnId, int txnAction)
-