InstanceAlreadyRunningExceptionpublic class InstanceAlreadyRunningException extends AFException Exception used for some lifecycle operations.
Exception used for indicating that an entity is already in the running state
when someone wants to perform start on that entity. |
Constructors Summary |
---|
public InstanceAlreadyRunningException()Default Constructor.
super();
| public InstanceAlreadyRunningException(String message)Constructs a InstanceAlreadyRunningException object
super(message);
|
|