Home
last modified time | relevance | path

Searched defs:SmsException (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsException.java22 class SmsException extends Exception { class
28 public SmsException() { in SmsException() method in SmsException
37 public SmsException(String message) { in SmsException() method in SmsException
46 public SmsException(Throwable cause) { in SmsException() method in SmsException
56 public SmsException(String message, Throwable cause) { in SmsException() method in SmsException