All Packages Class Hierarchy This Package Previous Next Index
Class java.security.NoSuchParameterException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.security.GeneralSecurityException
|
+----java.security.NoSuchParameterException
- public class NoSuchParameterException
- extends GeneralSecurityException
NoSuchParameterException is thrown when a particular parameter is not
available in an algorithm parameter set.
This class is documented in JavaSoft's preview APIs, for introduction
in Java 1.2.
$Revision: 1.1.1.1 $
- Author:
- David Hopwood
- See Also:
- AlgorithmParameters
-
NoSuchParameterException()
- Constructs a NoSuchParameterException without any detail message.
-
NoSuchParameterException(String)
- Constructs a NoSuchParameterException with the specified
detail message.
NoSuchParameterException
public NoSuchParameterException()
- Constructs a NoSuchParameterException without any detail message.
NoSuchParameterException
public NoSuchParameterException(String msg)
- Constructs a NoSuchParameterException with the specified
detail message. A detail message is a String that describes
this particular exception.
- Parameters:
- msg - the detail message.
All Packages Class Hierarchy This Package Previous Next Index