Class ServiceEventsException

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

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

    • ServiceEventsException

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

      public ServiceEventsException(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.)