public class

ContentRestrictionException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.android.mms.ContentRestrictionException
Known Direct Subclasses

Class Overview

A generic exception that is thrown by checking content restriction.

Summary

Public Constructors
ContentRestrictionException()
ContentRestrictionException(String msg)
ContentRestrictionException(Exception cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ContentRestrictionException ()

public ContentRestrictionException (String msg)

public ContentRestrictionException (Exception cause)