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

ExceedMessageSizeException

public final class ExceedMessageSizeException extends ContentRestrictionException
An exception that is thrown when message size exceeds limitation.

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


      
        super();
    
public ExceedMessageSizeException(String msg)

        super(msg);
    
public ExceedMessageSizeException(Exception cause)

        super(cause);
    
Methods Summary