| 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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionException.TransactionNotSealedException
Exception is thrown when opening a reader on a transaction that is not sealed yet.
|
static class |
TransactionException.TransactionSealedException
Exception thrown if a transaction is already sealed.
|
static class |
TransactionException.TransactionStatusException
Exceptions are thrown when operations are applied to a transaction which is not in expected txn status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionBufferException
The base exception class for the errors thrown from Transaction Buffer.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionCoordinatorException
The base exception class for the errors thrown from Transaction Coordinator.
|
static class |
TransactionCoordinatorException.UnsupportedTxnActionException
Exceptions are thrown when txnAction is unsupported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionPendingAckException
The base exception class for the errors thrown from Transaction Pending ACk.
|
static class |
TransactionPendingAckException.TransactionPendingAckStoreProviderException
Transaction pending ack store provider exception.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.