Class TransactionPendingAckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.transaction.exception.TransactionException
org.apache.pulsar.broker.transaction.exception.pendingack.TransactionPendingAckException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionPendingAckException.TransactionPendingAckStoreProviderException
The base exception class for the errors thrown from Transaction Pending ACk.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTransaction pending ack store provider exception.Nested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.TransactionException
TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException -
Constructor Summary
ConstructorsConstructorDescriptionTransactionPendingAckException(String message) TransactionPendingAckException(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
-
TransactionPendingAckException
-
TransactionPendingAckException
-
TransactionPendingAckException
-