FileDocCategorySizeDatePackage
ExemptionMechanismException.javaAPI DocAndroid 1.5 API1621Wed May 06 22:41:02 BST 2009javax.crypto

ExemptionMechanismException

public class ExemptionMechanismException extends GeneralSecurityException
This is the base class for {@code ExemptionMechanismException}.
since
Android 1.0

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

param
msg the exception message.
since
Android 1.0


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

since
Android 1.0

    
Methods Summary