Package io.atomix.primitive
Class PrimitiveException.Interrupted
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.utils.AtomixRuntimeException
io.atomix.primitive.PrimitiveException
io.atomix.primitive.PrimitiveException.Interrupted
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PrimitiveException
public static class PrimitiveException.Interrupted extends PrimitiveException
Store operation interrupted.
- 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 Interrupted() -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Interrupted
public Interrupted()
-