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