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