Package io.atomix.primitive
Class PrimitiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.utils.AtomixRuntimeException
io.atomix.primitive.PrimitiveException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PrimitiveException.ClosedSession,PrimitiveException.CommandFailure,PrimitiveException.ConcurrentModification,PrimitiveException.Interrupted,PrimitiveException.QueryFailure,PrimitiveException.ServiceException,PrimitiveException.Timeout,PrimitiveException.Unavailable,PrimitiveException.UnknownClient,PrimitiveException.UnknownService,PrimitiveException.UnknownSession
public class PrimitiveException
extends io.atomix.utils.AtomixRuntimeException
Top level exception for Store failures.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrimitiveException.ClosedSessionClosed session exception.static classPrimitiveException.CommandFailureCommand failure exception.static classPrimitiveException.ConcurrentModificationStore update conflicts with an in flight transaction.static classPrimitiveException.InterruptedStore operation interrupted.static classPrimitiveException.QueryFailureQuery failure exception.static classPrimitiveException.ServiceExceptionPrimitive service exception.static classPrimitiveException.TimeoutStore operation timeout.static classPrimitiveException.UnavailableStore is temporarily unavailable.static classPrimitiveException.UnknownClientUnknown client exception.static classPrimitiveException.UnknownServiceUnknown service exception.static classPrimitiveException.UnknownSessionUnknown session exception. -
Constructor Summary
Constructors Constructor Description PrimitiveException()PrimitiveException(String message)PrimitiveException(Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrimitiveException
public PrimitiveException() -
PrimitiveException
-
PrimitiveException
-