Uses of Class
org.apache.pulsar.broker.transaction.exception.TransactionException
Packages that use TransactionException
Package
Description
Exceptions thrown when encountering errors in transaction buffer.
Exceptions thrown when encountering errors in transaction buffer.
Exceptions thrown when encountering errors in transaction buffer.
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.exceptionModifier and TypeClassDescriptionstatic classException is thrown when opening a reader on a transaction that is not sealed yet.static classException thrown if a transaction is already sealed.static classExceptions 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
Modifier and TypeClassDescriptionclassThe base exception class for the errors thrown from Transaction Buffer.static 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. -
Uses of TransactionException in org.apache.pulsar.broker.transaction.exception.coordinator
Modifier and TypeClassDescriptionclassThe base exception class for the errors thrown from Transaction Coordinator.static classExceptions are thrown when txnAction is unsupported. -
Uses of TransactionException in org.apache.pulsar.broker.transaction.exception.pendingack
Modifier and TypeClassDescriptionclassThe base exception class for the errors thrown from Transaction Pending ACk.static classTransaction pending ack store provider exception.