|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--xjava.security.GeneralSecurityException
|
+--xjava.security.NoSuchParameterException
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.2 $
AlgorithmParameters,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.lang.Exception |
|---|
|
| Constructor Summary | |
|---|---|
NoSuchParameterException()
Constructs a NoSuchParameterException without any detail message. |
|
NoSuchParameterException(java.lang.String msg)
Constructs a NoSuchParameterException with the specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NoSuchParameterException()
public NoSuchParameterException(java.lang.String msg)
msg - the detail message.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||