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.java454 static class AttachmentFailureException extends Exception { class in AttachmentsView
458 public AttachmentFailureException(String detailMessage) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException
463 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException
468 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException