| Package | Description |
|---|---|
| org.apache.pulsar.broker.transaction.exception.buffer |
Exceptions thrown when encountering errors in transaction buffer.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionBufferException.EndOfTransactionException
Exception thrown when reaching end of a transaction.
|
class |
TransactionBufferException.NoTxnsCommittedAtLedgerException
Exception is thrown when no transactions found committed at a given ledger.
|
class |
TransactionBufferException.TransactionBufferProviderException
Transaction buffer provider exception.
|
static class |
TransactionBufferException.TransactionNotFoundException
Exception is thrown when the transaction is not found in the transaction buffer.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.