public class GridConnectException
extends java.lang.Exception
| Constructor and Description |
|---|
GridConnectException(java.lang.String msg)
Constructs a new
GridConnectException with the specified detail message. |
GridConnectException(java.lang.String msg,
java.lang.Exception cause)
Constructs a new
GridConnectException with the specified detail message and
cause. |
public GridConnectException(java.lang.String msg)
GridConnectException with the specified detail message.msg - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public GridConnectException(java.lang.String msg,
java.lang.Exception cause)
GridConnectException with the specified detail message and
cause.msg - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)