InvalidAlgorithmParameterException(String msg) Constructs an InvalidAlgorithmParameterException with the specified
detail message.
A detail message is a String that describes this
particular exception.
Constructs an InvalidAlgorithmParameterException with no detail
message.
A detail message is a String that describes this particular
exception.
InvalidAlgorithmParameterException
public InvalidAlgorithmParameterException(String msg)(Code)
Constructs an InvalidAlgorithmParameterException with the specified
detail message.
A detail message is a String that describes this
particular exception.
Parameters: msg - the detail message.