See: Description
| Exception | Description |
|---|---|
| EndOfTransactionException |
Exception thrown when reaching end of a transaction.
|
| NoTxnsCommittedAtLedgerException |
Exception is thrown when no transactions found committed at a given ledger.
|
| TransactionBufferException |
The base exception class for the errors thrown from Transaction Buffer.
|
| TransactionBufferProviderException |
Transaction buffer provider exception.
|
| TransactionNotFoundException |
Exception is thrown when the transaction is not found in the transaction buffer.
|
| TransactionNotSealedException |
Exception is thrown when opening a reader on a transaction that is not sealed yet.
|
| TransactionSealedException |
Exception thrown if a transaction is already sealed.
|
| TransactionStatusException |
Exceptions are thrown when operations are applied to a transaction which is not in expected txn status.
|
| UnsupportedTxnActionException |
Exceptions are thrown when txnAction is unsupported.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.