Class javax.crypto.IllegalBlockSizeException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.crypto.IllegalBlockSizeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----au.net.aba.security.GeneralSecurityException
                           |
                           +----javax.crypto.IllegalBlockSizeException

public class IllegalBlockSizeException
extends GeneralSecurityException
This exception is thrown when an incorrect block size is processed through a cipher.

Variable Index

 o ident

Constructor Index

 o IllegalBlockSizeException()
 o IllegalBlockSizeException(String)

Variables

 o ident
  public final static String ident

Constructors

 o IllegalBlockSizeException
  public IllegalBlockSizeException()
 o IllegalBlockSizeException
  public IllegalBlockSizeException(String string)

All Packages  Class Hierarchy  This Package  Previous  Next  Index