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:
Serializable
A
SystemIsRunningException 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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newSystemIsRunningException.SystemIsRunningException(String message) Creates a newSystemIsRunningException. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemIsRunningException
public SystemIsRunningException()Creates a newSystemIsRunningException. -
SystemIsRunningException
Creates a newSystemIsRunningException.- Parameters:
message- the detail message
-