VMware GemFire Java API Reference
Package org.apache.geode
Class NoSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.NoSystemException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UncreatedSystemException,UnstartedSystemException
public class NoSystemException extends GemFireException
ANoSystemExceptionis thrown when a locator can not be found or connected to. In most cases one of the following subclasses is used instead ofNoSystemException:As of GemFire 5.0 this exception should be named NoLocatorException.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSystemException(String message)Creates a newNoSystemException.NoSystemException(String message, Throwable cause)Creates a newNoSystemExceptionwith the given message and cause.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSystemException
public NoSystemException(String message)
Creates a newNoSystemException.- Parameters:
message- the detail message
-
-