Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.crypto
Class IllegalBlockSizeException  view IllegalBlockSizeException download IllegalBlockSizeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.security.GeneralSecurityException
              extended byjavax.crypto.IllegalBlockSizeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalBlockSizeException
extends java.security.GeneralSecurityException

This exception is thrown when finishing encryption without padding or decryption and the input is not a multiple of the cipher's block size.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Serialization constant.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IllegalBlockSizeException()
           
IllegalBlockSizeException(java.lang.String 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serialization constant.

See Also:
Constant Field Values
Constructor Detail

IllegalBlockSizeException

public IllegalBlockSizeException()

IllegalBlockSizeException

public IllegalBlockSizeException(java.lang.String message)