Class TransactionBufferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.transaction.exception.TransactionException
org.apache.pulsar.broker.transaction.exception.buffer.TransactionBufferException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionBufferException.EndOfTransactionException,TransactionBufferException.NoTxnsCommittedAtLedgerException,TransactionBufferException.TransactionBufferProviderException,TransactionBufferException.TransactionNotFoundException
The base exception class for the errors thrown from Transaction Buffer.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException thrown when reaching end of a transaction.classException is thrown when no transactions found committed at a given ledger.classTransaction buffer provider exception.static classException is thrown when the transaction is not found in the transaction buffer.Nested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.TransactionException
TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException -
Constructor Summary
ConstructorsConstructorDescriptionTransactionBufferException(String message) TransactionBufferException(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
-
TransactionBufferException
-
TransactionBufferException
-
TransactionBufferException
-