FileDocCategorySizeDatePackage
ContentRestrictionException.javaAPI DocAndroid 1.5 API1135Wed May 06 22:42:46 BST 2009com.android.mms

ContentRestrictionException

public class ContentRestrictionException extends RuntimeException
A generic exception that is thrown by checking content restriction.

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public ContentRestrictionException()


      
        super();
    
public ContentRestrictionException(String msg)

        super(msg);
    
public ContentRestrictionException(Exception cause)

        super(cause);
    
Methods Summary