xjava.security
public class InvalidParameterTypeException extends GeneralSecurityException
This class is documented in JavaSoft's preview APIs, for introduction in Java 1.2.
$Revision: 1.2 $
Since: IJCE 1.0.1
See Also: java.security.AlgorithmParameters java.security.interfaces.DSADiscreteLogParameters
Constructor Summary | |
---|---|
InvalidParameterTypeException()
Constructs an InvalidParameterTypeException without any detail message. | |
InvalidParameterTypeException(String msg)
Constructs an InvalidParameterTypeException with the specified
detail message. |
Parameters: msg the detail message.