Uses of Class
org.apache.pulsar.broker.transaction.exception.TransactionException
-
Packages that use TransactionException Package Description org.apache.pulsar.broker.transaction.exception Exceptions thrown when encountering errors in transaction buffer.org.apache.pulsar.broker.transaction.exception.buffer Exceptions thrown when encountering errors in transaction buffer.org.apache.pulsar.broker.transaction.exception.coordinator Exceptions thrown when encountering errors in transaction buffer.org.apache.pulsar.broker.transaction.exception.pendingack Exceptions thrown when encountering errors in transaction buffer. -
-
Uses of TransactionException in org.apache.pulsar.broker.transaction.exception
Subclasses of TransactionException in org.apache.pulsar.broker.transaction.exception Modifier and Type Class Description static classTransactionException.TransactionNotSealedExceptionException is thrown when opening a reader on a transaction that is not sealed yet.static classTransactionException.TransactionSealedExceptionException thrown if a transaction is already sealed.static classTransactionException.TransactionStatusExceptionExceptions are thrown when operations are applied to a transaction which is not in expected txn status. -
Uses of TransactionException in org.apache.pulsar.broker.transaction.exception.buffer
Subclasses of TransactionException in org.apache.pulsar.broker.transaction.exception.buffer Modifier and Type Class Description classTransactionBufferExceptionThe base exception class for the errors thrown from Transaction Buffer.static classTransactionBufferException.EndOfTransactionExceptionException thrown when reaching end of a transaction.classTransactionBufferException.NoTxnsCommittedAtLedgerExceptionException is thrown when no transactions found committed at a given ledger.classTransactionBufferException.TransactionBufferProviderExceptionTransaction buffer provider exception.static classTransactionBufferException.TransactionNotFoundExceptionException is thrown when the transaction is not found in the transaction buffer. -
Uses of TransactionException in org.apache.pulsar.broker.transaction.exception.coordinator
Subclasses of TransactionException in org.apache.pulsar.broker.transaction.exception.coordinator Modifier and Type Class Description classTransactionCoordinatorExceptionThe base exception class for the errors thrown from Transaction Coordinator.static classTransactionCoordinatorException.UnsupportedTxnActionExceptionExceptions are thrown when txnAction is unsupported. -
Uses of TransactionException in org.apache.pulsar.broker.transaction.exception.pendingack
Subclasses of TransactionException in org.apache.pulsar.broker.transaction.exception.pendingack Modifier and Type Class Description classTransactionPendingAckExceptionThe base exception class for the errors thrown from Transaction Pending ACk.static classTransactionPendingAckException.TransactionPendingAckStoreProviderExceptionTransaction pending ack store provider exception.
-