Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java385 static class AttachmentFailureException extends Exception { class in AttachmentsView
389 public AttachmentFailureException(String detailMessage) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException
394 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException
399 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException