Package org.apache.pulsar.broker.transaction.exception
Exceptions thrown when encountering errors in transaction buffer.
-
Exception Summary Exception Description TransactionException The base exception class for the errors thrown from Transaction.TransactionException.TransactionNotSealedException Exception is thrown when opening a reader on a transaction that is not sealed yet.TransactionException.TransactionSealedException Exception thrown if a transaction is already sealed.TransactionException.TransactionStatusException Exceptions are thrown when operations are applied to a transaction which is not in expected txn status.