com.gemstone.gemfire
Class NoSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.NoSystemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UncreatedSystemException, UnstartedSystemException
public class NoSystemException
- extends GemFireException
A 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSystemException
public NoSystemException(String message)
- Creates a new
NoSystemException
.
NoSystemException
public NoSystemException(String message,
Throwable cause)
- Creates a new
NoSystemException
with the given message
and cause.
Copyright © 1997-2013 VMware, Inc. All rights reserved.