Class UncreatedSystemException

All Implemented Interfaces:
Serializable

public class UncreatedSystemException extends NoSystemException
An UncreatedSystemException is thrown when the specified locator's directory or configuration file can not be found.

The most likely reasons for this are:

  • The wrong locator directory was given.
  • The locator was deleted or never created.

As of GemFire 5.0 this exception should be named UncreatedLocatorException.

See Also:
  • Constructor Details

    • UncreatedSystemException

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

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