public class SystemIsRunningException extends GemFireException
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.
Constructor and Description |
---|
SystemIsRunningException()
Creates a new
SystemIsRunningException . |
SystemIsRunningException(String message)
Creates a new
SystemIsRunningException . |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SystemIsRunningException()
SystemIsRunningException
.public SystemIsRunningException(String message)
SystemIsRunningException
.Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.