All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.security.InvalidAlgorithmParameterException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.security.InvalidAlgorithmParameterException

public synchronized class InvalidAlgorithmParameterException
extends RuntimeException
ATTENTION:

This is NOT the implementation from Sun. This class has been developed by IAIK according to the documentation publically available. Only the documentation from Sun has been inserted into the source files.


This exception is thrown when an incorrect block size is processed through a cipher.


Constructor Index

 o InvalidAlgorithmParameterException()
Constructs an InvalidAlgorithmParameterException.
 o InvalidAlgorithmParameterException(String)
Constructs an InvalidAlgorithmParameterException with the specified detail message.

Constructors

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

Parameters:
msg - - the detail message.
 o InvalidAlgorithmParameterException
 public InvalidAlgorithmParameterException()
Constructs an InvalidAlgorithmParameterException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index