Class 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:
  • Constructor Details

    • UnstartedSystemException

      public UnstartedSystemException(String message)
      Creates a new UnstartedSystemException.
      Parameters:
      message - the detail message
    • UnstartedSystemException

      public UnstartedSystemException(String message, Throwable cause)
      Creates a new UnstartedSystemException with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause