FileDocCategorySizeDatePackage
BadPaddingException.javaAPI DocAndroid 1.5 API1660Wed May 06 22:41:02 BST 2009javax.crypto

BadPaddingException

public class BadPaddingException extends GeneralSecurityException
The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public BadPaddingException(String msg)
Creates a new instance of {@code BadPaddingException} with a message.

param
msg the message
since
Android 1.0


                                      
       
        super(msg);
    
public BadPaddingException()
Creates a new instance of {@code BadPaddingException} with no message.

since
Android 1.0

    
Methods Summary