| Package | Description |
|---|---|
| org.apache.pulsar.broker.transaction.buffer.exceptions |
Exceptions thrown when encountering errors in transaction buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EndOfTransactionException
Exception thrown when reaching end of a transaction.
|
class |
NoTxnsCommittedAtLedgerException
Exception is thrown when no transactions found committed at a given ledger.
|
class |
TransactionBufferProviderException
Transaction buffer provider exception.
|
class |
TransactionNotFoundException
Exception is thrown when the transaction is not found in the transaction buffer.
|
class |
TransactionNotSealedException
Exception is thrown when opening a reader on a transaction that is not sealed yet.
|
class |
TransactionSealedException
Exception thrown if a transaction is already sealed.
|
class |
TransactionStatusException
Exceptions are thrown when operations are applied to a transaction which is not in expected txn status.
|
class |
UnsupportedTxnActionException
Exceptions are thrown when txnAction is unsupported.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.