Class SystemIsRunningException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SystemIsRunningException
    extends GemFireException
    A SystemIsRunningException is thrown when an operation is attempted that requires that the locator is stopped.

    In some cases this exception may be thrown and the locator will not be running. This will happen if the locator was not stopped cleanly.

    As of GemFire 5.0 this exception should be named LocatorIsRunningException.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SystemIsRunningException

        public SystemIsRunningException()
        Creates a new SystemIsRunningException.
      • SystemIsRunningException

        public SystemIsRunningException​(java.lang.String message)
        Creates a new SystemIsRunningException.
        Parameters:
        message - the detail message