public class ServiceEventsException
extends java.lang.Exception
Constructor and Description |
---|
ServiceEventsException(java.lang.String msg)
Constructs a new
ServiceEventsException with the specified detail message. |
ServiceEventsException(java.lang.String msg,
java.lang.Exception cause)
Constructs a new
GridConnectException with the specified detail message and
cause. |
public ServiceEventsException(java.lang.String msg)
ServiceEventsException
with the specified detail message.msg
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public ServiceEventsException(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.)