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