Class AlreadyRunningException

All Implemented Interfaces:
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:
  • Constructor Details

    • AlreadyRunningException

      public AlreadyRunningException()
    • AlreadyRunningException

      public AlreadyRunningException(String message)
    • AlreadyRunningException

      public AlreadyRunningException(String message, Throwable cause)
    • AlreadyRunningException

      public AlreadyRunningException(Throwable cause)