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.CommandFailure,PrimitiveException.QueryFailure,PrimitiveException.ServiceException,PrimitiveException.Timeout,PrimitiveException.Unavailable,PrimitiveException.UnknownClient,PrimitiveException.UnknownService
Top level exception for Store failures.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCommand failure exception.static classQuery failure exception.static classPrimitive service exception.static classStore operation timeout.static classStore is temporarily unavailable.static classUnknown client exception.static classUnknown service exception. -
Constructor Summary
Constructors -
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
-