Home
last modified time | relevance | path

Searched refs:MmsException (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/mmslib/
DMmsException.java23 public class MmsException extends Exception { class
29 public MmsException() { in MmsException() method in MmsException
38 public MmsException(String message) { in MmsException() method in MmsException
47 public MmsException(Throwable cause) { in MmsException() method in MmsException
57 public MmsException(String message, Throwable cause) { in MmsException() method in MmsException
DInvalidHeaderValueException.java23 public class InvalidHeaderValueException extends MmsException {