com.gemstone.gemfire.management
Class AlreadyRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.management.ManagementException
com.gemstone.gemfire.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:
- 7.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyRunningException
public AlreadyRunningException()
AlreadyRunningException
public AlreadyRunningException(String message)
AlreadyRunningException
public AlreadyRunningException(String message,
Throwable cause)
AlreadyRunningException
public AlreadyRunningException(Throwable cause)
Copyright © 1997-2012 VMware, Inc. All rights reserved.