This exception, designed for use by the JCA/JCE engine classes,
is thrown when an invalid parameter is passed
to a method.
author: Benjamin Renaud version: 1.15, 00/02/02
Constructs an InvalidParameterException with no detail message.
A detail message is a String that describes this particular
exception.
InvalidParameterException
public InvalidParameterException(String msg)(Code)
Constructs an InvalidParameterException with the specified
detail message. A detail message is a String that describes
this particular exception.
Parameters: msg - the detail message.