Class NoSystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UncreatedSystemException, UnstartedSystemException

public class NoSystemException extends GemFireException
A NoSystemException is thrown when a locator can not be found or connected to. In most cases one of the following subclasses is used instead of NoSystemException:

As of GemFire 5.0 this exception should be named NoLocatorException.

See Also:
  • Constructor Details

    • NoSystemException

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

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