See: Description
| Exception | Description |
|---|---|
| TransactionException |
The base exception class for the errors thrown from Transaction.
|
| TransactionException.TransactionNotSealedException |
Exception is thrown when opening a reader on a transaction that is not sealed yet.
|
| TransactionException.TransactionSealedException |
Exception thrown if a transaction is already sealed.
|
| TransactionException.TransactionStatusException |
Exceptions are thrown when operations are applied to a transaction which is not in expected txn status.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.