Class GridConnectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleout.client.GridConnectException
All Implemented Interfaces:
Serializable

public class GridConnectException extends Exception
Indicates that an error occurred while connecting to the ScaleOut in-memory data grid.
See Also:
  • Constructor Details

    • GridConnectException

      public GridConnectException(String msg)
      Constructs a new GridConnectException with the specified detail message.
      Parameters:
      msg - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
    • GridConnectException

      public GridConnectException(String msg, Exception cause)
      Constructs a new GridConnectException with the specified detail message and cause.
      Parameters:
      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.)