ControlExceptionpublic class ControlException extends AFException
Constructors Summary |
---|
public ControlException()Creates new CotnrolException without detail message.
super();
| public ControlException(String msg)Constructs an CotnrolException with the specified detail message.
super(msg);
|
|