public class InvalidParameterTypeException extends GeneralSecurityException
This class is documented in JavaSoft's preview APIs, for introduction in Java 1.2.
$Revision: 1.2 $
AlgorithmParameters,
java.security.interfaces.DSADiscreteLogParameters,
Serialized Form| Constructor and Description |
|---|
InvalidParameterTypeException()
Constructs an InvalidParameterTypeException without any detail message.
|
InvalidParameterTypeException(java.lang.String msg)
Constructs an InvalidParameterTypeException with the specified
detail message.
|
public InvalidParameterTypeException()
public InvalidParameterTypeException(java.lang.String msg)
msg - the detail message.