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