Class CoordinatorException.TransactionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.transaction.coordinator.exceptions.CoordinatorException
org.apache.pulsar.transaction.coordinator.exceptions.CoordinatorException.TransactionNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CoordinatorException
Exception is thrown when a transaction is not found in coordinator.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pulsar.transaction.coordinator.exceptions.CoordinatorException
CoordinatorException.CoordinatorNotFoundException, CoordinatorException.InvalidTxnStatusException, CoordinatorException.ReachMaxActiveTxnException, CoordinatorException.TransactionMetadataStoreStateException, CoordinatorException.TransactionNotFoundException -
Constructor Summary
ConstructorsConstructorDescriptionTransactionNotFoundException(String message) TransactionNotFoundException(String message, Throwable cause) TransactionNotFoundException(org.apache.pulsar.client.api.transaction.TxnID txnID) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionNotFoundException
-
TransactionNotFoundException
public TransactionNotFoundException(org.apache.pulsar.client.api.transaction.TxnID txnID) -
TransactionNotFoundException
-
TransactionNotFoundException
-