ServerException constructors

Syntax
public ServerException( )
Remarks

Constructs a ServerException with no detail message.

Syntax
public ServerException( java.lang.String s )
Remarks

Constructs a ServerException with a specified detail message.

Parameters
  • s   The detailed message.

Example

See: ServerException class.