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:
Serializable
- Enclosing class:
- TransactionCoordinatorException
public static class TransactionCoordinatorException.UnsupportedTxnActionException
extends TransactionCoordinatorException
Exceptions are thrown when txnAction is unsupported.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.coordinator.TransactionCoordinatorException
TransactionCoordinatorException.UnsupportedTxnActionExceptionNested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.TransactionException
TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedTxnActionException(org.apache.pulsar.client.api.transaction.TxnID txnId, int txnAction) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedTxnActionException
public UnsupportedTxnActionException(org.apache.pulsar.client.api.transaction.TxnID txnId, int txnAction)
-