Package org.apache.geode.management
Class AlreadyRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.management.ManagementException
org.apache.geode.management.AlreadyRunningException
- All Implemented Interfaces:
Serializable
Indicates that a request to start a management service failed because it was already running.
- Since:
- GemFire 7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyRunningException(String message) AlreadyRunningException(String message, Throwable cause) AlreadyRunningException(Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyRunningException
public AlreadyRunningException() -
AlreadyRunningException
-
AlreadyRunningException
-
AlreadyRunningException
-