public class UnstartedSystemException extends NoSystemException
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:
As of GemFire 5.0 this exception should be named UnstartedLocatorException.
Constructor and Description |
---|
UnstartedSystemException(java.lang.String message)
Creates a new
UnstartedSystemException . |
UnstartedSystemException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
UnstartedSystemException with the given message and cause. |
getRootCause
public UnstartedSystemException(java.lang.String message)
UnstartedSystemException
.public UnstartedSystemException(java.lang.String message, java.lang.Throwable cause)
UnstartedSystemException
with the given message and cause.