Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security

Class InvalidParameterException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.lang.RuntimeException
         |
         +--java.lang.IllegalArgumentException
            |
            +--java.security.InvalidParameterException


public class InvalidParameterException

extends IllegalArgumentException

Thrown when an invalid parameter is passed to a method of the JCA/JCE engine classes.

Author:

Constructor Summary

InvalidParameterException()

Construct an exception with no message.
InvalidParameterException(java.lang.String msg)

Construct an exception with a message.

Constructor Details

InvalidParameterException

public InvalidParameterException()

Construct an exception with no message.


InvalidParameterException

public InvalidParameterException(java.lang.String msg)

Construct an exception with a message.

Parameters: