xjava.security
Class InvalidParameterTypeException
public class InvalidParameterTypeException
This is the exception for invalid parameter types.
This class is documented in JavaSoft's preview APIs, for introduction
in Java 1.2.
$Revision: 1.2 $
- David Hopwood
- IJCE 1.0.1
java.security.AlgorithmParameters
, java.security.interfaces.DSADiscreteLogParameters
InvalidParameterTypeException
public InvalidParameterTypeException()
Constructs an InvalidParameterTypeException without any detail message.
InvalidParameterTypeException
public InvalidParameterTypeException(String msg)
Constructs an InvalidParameterTypeException with the specified
detail message. A detail message is a String that describes
this particular exception.
msg
- the detail message.