public class NoSystemException extends GemFireException
NoSystemException
is thrown when a
locator can not be found or connected to.
In most cases one of the following subclasses is used instead
of NoSystemException
:
As of GemFire 5.0 this exception should be named NoLocatorException.
Constructor and Description |
---|
NoSystemException(java.lang.String message)
Creates a new
NoSystemException . |
NoSystemException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
NoSystemException with the given message
and cause. |
getRootCause