VMware GemFire Java API Reference
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
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
-
-
Constructor Summary
Constructors Constructor Description AlreadyRunningException()AlreadyRunningException(String message)AlreadyRunningException(String message, Throwable cause)AlreadyRunningException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-