Package io.atomix.primitive
Class PrimitiveException.UnknownService
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.utils.AtomixRuntimeException
io.atomix.primitive.PrimitiveException
io.atomix.primitive.PrimitiveException.UnknownService
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PrimitiveException
Unknown service exception.
- 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
-
UnknownService
public UnknownService() -
UnknownService
-