com.gemstone.gemfire
Class SystemIsRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.SystemIsRunningException
- All Implemented Interfaces:
- Serializable
public class SystemIsRunningException
- extends GemFireException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemIsRunningException
public SystemIsRunningException()
- Creates a new
SystemIsRunningException.
SystemIsRunningException
public SystemIsRunningException(String message)
- Creates a new
SystemIsRunningException.
Copyright © 1997-2011 VMware, Inc. All rights reserved.