public ServerException( )
Constructs a ServerException with no detail message.
public ServerException( java.lang.String s )
Constructs a ServerException with a specified detail message.
s The detailed message.
See: ServerException class.