com.gemstone.gemfire
Class UnstartedSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.NoSystemException
com.gemstone.gemfire.UnstartedSystemException
- All Implemented Interfaces:
- Serializable
public class UnstartedSystemException
- extends NoSystemException
An UnstartedSystemException
is thrown when the specified
locator exists but is not running or could not be connected to.
The most likely reasons for this are:
- The locator has not completely started.
- The locator is stopping.
- The locator died or was killed.
As of GemFire 5.0 this exception should be named UnstartedLocatorException.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnstartedSystemException
public UnstartedSystemException(String message)
- Creates a new
UnstartedSystemException
.
UnstartedSystemException
public UnstartedSystemException(String message,
Throwable cause)
- Creates a new
UnstartedSystemException
with the given message
and cause.
Copyright © 1997-2013 VMware, Inc. All rights reserved.