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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java215 * @throws AttachmentFailureException
217 public Attachment generateLocalAttachment(Uri contentUri) throws AttachmentFailureException {
219 throw new AttachmentFailureException("Failed to create local attachment");
282 throw new AttachmentFailureException("Security Exception from attachment uri", e);
304 * @throws AttachmentFailureException if an error occurs adding the attachment.
307 throws AttachmentFailureException {
312 throw new AttachmentFailureException(
316 throw new AttachmentFailureException(
385 static class AttachmentFailureException extends Exception { class in class:AttachmentsView
389 public AttachmentFailureException(Strin method in class:AttachmentsView.AttachmentFailureException
394 public AttachmentFailureException(String error, int errorRes) { method in class:AttachmentsView.AttachmentFailureException
399 public AttachmentFailureException(String detailMessage, Throwable throwable) { method in class:AttachmentsView.AttachmentFailureException
[all...]

Completed in 9 milliseconds