Gemfire JavaDocs
Package org.apache.geode
Class SystemIsRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.SystemIsRunningException
-
- All Implemented Interfaces:
java.io.Serializable
public class SystemIsRunningException extends GemFireException
ASystemIsRunningException
is thrown when an operation is attempted that requires that the locator is stopped.In some cases this exception may be thrown and the locator will not be running. This will happen if the locator was not stopped cleanly.
As of GemFire 5.0 this exception should be named LocatorIsRunningException.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemIsRunningException()
Creates a newSystemIsRunningException
.SystemIsRunningException(java.lang.String message)
Creates a newSystemIsRunningException
.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-