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