|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.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 $
java.security.AlgorithmParameters
,
java.security.interfaces.DSADiscreteLogParameters
, Serialized FormConstructor 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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public InvalidParameterTypeException()
public InvalidParameterTypeException(java.lang.String msg)
msg
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |