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
public static class PrimitiveException.Unavailable extends PrimitiveException
Store is temporarily unavailable.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class io.atomix.primitive.PrimitiveException
PrimitiveException.ClosedSession, PrimitiveException.CommandFailure, PrimitiveException.ConcurrentModification, PrimitiveException.Interrupted, PrimitiveException.QueryFailure, PrimitiveException.ServiceException, PrimitiveException.Timeout, PrimitiveException.Unavailable, PrimitiveException.UnknownClient, PrimitiveException.UnknownService, PrimitiveException.UnknownSession -
Constructor Summary
Constructors Constructor Description Unavailable()Unavailable(String message) -
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
-