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(String message)
Creates a new
NoSystemException. |
NoSystemException(String message,
Throwable cause)
Creates a new
NoSystemException with the given message
and cause. |
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.