Class AlreadyRunningException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlreadyRunningException
    extends ManagementException
    Indicates that a request to start a management service failed because it was already running.
    Since:
    GemFire 7.0
    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

      • AlreadyRunningException

        public AlreadyRunningException()
      • AlreadyRunningException

        public AlreadyRunningException​(java.lang.String message)
      • AlreadyRunningException

        public AlreadyRunningException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • AlreadyRunningException

        public AlreadyRunningException​(java.lang.Throwable cause)