xjava.security
Class InvalidParameterTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byxjava.security.GeneralSecurityException
              extended byxjava.security.InvalidParameterTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterTypeException
extends GeneralSecurityException

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 $

Since:
IJCE 1.0.1
Author:
David Hopwood
See Also:
AlgorithmParameters, java.security.interfaces.DSADiscreteLogParameters, Serialized Form

Field 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

InvalidParameterTypeException

public InvalidParameterTypeException()
Constructs an InvalidParameterTypeException without any detail message.


InvalidParameterTypeException

public InvalidParameterTypeException(java.lang.String msg)
Constructs an InvalidParameterTypeException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - the detail message.