public class TransactionException extends StorageException
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionException.ConcurrentModification
Transaction failure due to a conflicting transaction in progress.
|
static class |
TransactionException.Interrupted
Transaction interrupted.
|
static class |
TransactionException.OptimisticConcurrencyFailure
Transaction failure due to optimistic concurrency violation.
|
static class |
TransactionException.Timeout
Transaction timeout.
|
StorageException.Unavailable| Constructor and Description |
|---|
TransactionException() |
TransactionException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionException()
public TransactionException(Throwable t)