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

UnsupportContentTypeException

public final class UnsupportContentTypeException extends ContentRestrictionException
An exception that is thrown when content type is not supported.

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


      
        super();
    
public UnsupportContentTypeException(String msg)

        super(msg);
    
public UnsupportContentTypeException(Exception cause)

        super(cause);
    
Methods Summary