java.security

Class InvalidParameterException

public class InvalidParameterException extends IllegalArgumentException

Thrown when an invalid parameter is passed to a method of the JCA/JCE engine classes.

UNKNOWN: updated to 1.4

Constructor Summary
InvalidParameterException()
Construct an exception with no message.
InvalidParameterException(String msg)
Construct an exception with a message.

Constructor Detail

InvalidParameterException

public InvalidParameterException()
Construct an exception with no message.

InvalidParameterException

public InvalidParameterException(String msg)
Construct an exception with a message.

Parameters: msg the message