Package io.atomix.primitive
Class PrimitiveException.Unavailable
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.utils.AtomixRuntimeException
io.atomix.primitive.PrimitiveException
io.atomix.primitive.PrimitiveException.Unavailable
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PrimitiveException
Store is temporarily unavailable.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.atomix.primitive.PrimitiveException
PrimitiveException.CommandFailure, PrimitiveException.QueryFailure, PrimitiveException.ServiceException, PrimitiveException.Timeout, PrimitiveException.Unavailable, PrimitiveException.UnknownClient, PrimitiveException.UnknownService -
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
-
Unavailable
public Unavailable() -
Unavailable
-