All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.security.InvalidParameterTypeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.security.GeneralSecurityException
                           |
                           +----java.security.InvalidParameterTypeException

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.1.1.1 $

Author:
David Hopwood
See Also:
AlgorithmParameters, DSADiscreteLogParameters

Constructor Index

 o InvalidParameterTypeException()
Constructs an InvalidParameterTypeException without any detail message.
 o InvalidParameterTypeException(String)
Constructs an InvalidParameterTypeException with the specified detail message.

Constructors

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

 o InvalidParameterTypeException
 public InvalidParameterTypeException(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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index