Class GridClientClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.internal.client.GridClientException
-
- org.apache.ignite.internal.client.GridClientClosedException
-
- All Implemented Interfaces:
Serializable
public class GridClientClosedException extends GridClientException
This exception is thrown whenever an attempt is made to use a closed client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridClientClosedException(String msg)Creates exception with given message.
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.client.GridClientException
hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
GridClientClosedException
public GridClientClosedException(String msg)
Creates exception with given message.- Parameters:
msg- Error message.
-
-