NoSuchInstanceExceptionpublic class NoSuchInstanceException extends AFException Exception thrown when someone tries to perform lifecycle operations
(start/stop/restart) on an entity that has not been created. |
Constructors Summary |
---|
public NoSuchInstanceException()Constructs a NoSuchInstanceException object
super();
| public NoSuchInstanceException(String message)Constructs a NoSuchInstanceException object
super(message);
|
|