FileDocCategorySizeDatePackage
NoSuchPaddingException.javaAPI DocAndroid 1.5 API1594Wed May 06 22:41:02 BST 2009javax.crypto

NoSuchPaddingException

public class NoSuchPaddingException extends GeneralSecurityException
The exception that is thrown when the requested padding mechanism is not supported.
since
Android 1.0

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

param
msg the message.
since
Android 1.0


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

since
Android 1.0

    
Methods Summary