public abstract class TransactionBufferException extends TransactionException
| 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.
|
TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException| Constructor and Description |
|---|
TransactionBufferException(String message) |
TransactionBufferException(String message,
Throwable cause) |
TransactionBufferException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017–2022 Apache Software Foundation. All rights reserved.