Searched defs:MmsException (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/
H A DMmsException.java23 public class MmsException extends Exception { class in inherits:Exception
27 * Creates a new MmsException.
29 public MmsException() { method in class:MmsException
34 * Creates a new MmsException with the specified detail message.
38 public MmsException(String message) { method in class:MmsException
43 * Creates a new MmsException with the specified cause.
47 public MmsException(Throwable cause) { method in class:MmsException
52 * Creates a new MmsException with the specified detail message and cause.
57 public MmsException(String message, Throwable cause) { method in class:MmsException

Completed in 39 milliseconds