public class PrimitiveException extends AtomixRuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveException.ClosedSession
Closed session exception.
|
static class |
PrimitiveException.CommandFailure
Command failure exception.
|
static class |
PrimitiveException.ConcurrentModification
Store update conflicts with an in flight transaction.
|
static class |
PrimitiveException.Interrupted
Store operation interrupted.
|
static class |
PrimitiveException.QueryFailure
Query failure exception.
|
static class |
PrimitiveException.ServiceException
Primitive service exception.
|
static class |
PrimitiveException.Timeout
Store operation timeout.
|
static class |
PrimitiveException.Unavailable
Store is temporarily unavailable.
|
static class |
PrimitiveException.UnknownClient
Unknown client exception.
|
static class |
PrimitiveException.UnknownService
Unknown service exception.
|
static class |
PrimitiveException.UnknownSession
Unknown session exception.
|
| Constructor and Description |
|---|
PrimitiveException() |
PrimitiveException(String message) |
PrimitiveException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2018. All rights reserved.