Package org.apache.pulsar.broker.transaction.exception.buffer
Exceptions thrown when encountering errors in transaction buffer.
-
Exception Summary Exception Description TransactionBufferException The base exception class for the errors thrown from Transaction Buffer.TransactionBufferException.EndOfTransactionException Exception thrown when reaching end of a transaction.TransactionBufferException.TransactionNotFoundException Exception is thrown when the transaction is not found in the transaction buffer.