FileDocCategorySizeDatePackage
IllegalBlockSizeException.javaAPI DocAndroid 1.5 API1647Wed May 06 22:41:02 BST 2009javax.crypto

IllegalBlockSizeException

public class IllegalBlockSizeException extends GeneralSecurityException
The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public IllegalBlockSizeException(String msg)
Creates a new {@code IllegalBlockSizeException} with the specified message.

param
msg the message
since
Android 1.0


                                     
       
        super(msg);
    
public IllegalBlockSizeException()
Creates a new {@code IllegalBlockSizeException}.

since
Android 1.0

    
Methods Summary