Class GridServerUnreachableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.internal.client.GridClientException
-
- org.apache.ignite.internal.client.GridServerUnreachableException
-
- All Implemented Interfaces:
Serializable
public class GridServerUnreachableException extends GridClientException
Thrown when none of the servers from configuration can be connected within a timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridServerUnreachableException(String msg)Creates exception with specified error message.GridServerUnreachableException(String msg, Throwable cause)Creates exception with specified error message and cause.
-
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
-
GridServerUnreachableException
public GridServerUnreachableException(String msg)
Creates exception with specified error message.- Parameters:
msg- Error message.
-
-