Package io.atomix.client
Class PrimitiveException.UnknownClient
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.client.AtomixClientException
io.atomix.client.PrimitiveException
io.atomix.client.PrimitiveException.UnknownClient
- All Implemented Interfaces:
Serializable
- Enclosing class:
PrimitiveException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.atomix.client.PrimitiveException
PrimitiveException.ClosedSession, PrimitiveException.CommandFailure, PrimitiveException.ConcurrentModification, PrimitiveException.Interrupted, PrimitiveException.QueryFailure, PrimitiveException.Timeout, PrimitiveException.UnknownClient, PrimitiveException.UnknownService, PrimitiveException.UnknownSession -
Constructor Summary
ConstructorsConstructorDescriptionUnknownClient(String message) UnknownClient(String message, Throwable cause) UnknownClient(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
-
UnknownClient
public UnknownClient() -
UnknownClient
-
UnknownClient
-
UnknownClient
-