Class GridClientHandshakeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.internal.client.GridClientException
-
- org.apache.ignite.internal.client.GridClientHandshakeException
-
- All Implemented Interfaces:
Serializable
public class GridClientHandshakeException extends GridClientException
This exception is thrown when a client handshake has failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridClientHandshakeException(byte statusCode, String msg)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetStatusCode()-
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
-
GridClientHandshakeException
public GridClientHandshakeException(byte statusCode, String msg)Constructor.- Parameters:
statusCode- Error status code.msg- Error message.
-
-