Package org.apache.ignite.client
Class ClientConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.client.ClientException
-
- org.apache.ignite.client.ClientConnectionException
-
- All Implemented Interfaces:
Serializable
public class ClientConnectionException extends ClientException
Indicates all the Ignite servers specified in the client configuration are no longer available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientConnectionException(String msg)
Constructs a new exception with the specified detail message.ClientConnectionException(String msg, Throwable cause)
Constructs a new exception with the specified cause and detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClientConnectionException
public ClientConnectionException(String msg)
Constructs a new exception with the specified detail message.- Parameters:
msg
- the detail message.
-
-