ServerExceptionpublic class ServerException extends Exception I am a coarse grained exception indicating problems connecting with a remote server. |
Constructors Summary |
---|
public ServerException(String message)COnstruct an exception with the given message.
super(message);
|
|