FileDocCategorySizeDatePackage
InvalidParameterSpecException.javaAPI DocAndroid 1.5 API1718Wed May 06 22:41:06 BST 2009java.security.spec

InvalidParameterSpecException

public class InvalidParameterSpecException extends GeneralSecurityException
The exception that is thrown when an invalid parameter specification is encountered.
since
Android 1.0

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

param
msg the detail message for this exception.
since
Android 1.0


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

since
Android 1.0

    
Methods Summary