|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
xjava.security.GeneralSecurityException
xjava.security.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 $
AlgorithmParameters
,
java.security.interfaces.DSADiscreteLogParameters
,
Serialized FormField Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
InvalidParameterTypeException()
Constructs an InvalidParameterTypeException without any detail message. |
|
InvalidParameterTypeException(java.lang.String msg)
Constructs an InvalidParameterTypeException 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 InvalidParameterTypeException()
public InvalidParameterTypeException(java.lang.String msg)
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |