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