xjava.security
public class NoSuchParameterException 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
| Constructor Summary | |
|---|---|
| NoSuchParameterException()
Constructs a NoSuchParameterException without any detail message. | |
| NoSuchParameterException(String msg)
Constructs a NoSuchParameterException with the specified
detail message. | |
Parameters: msg the detail message.