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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java212 * @throws AttachmentFailureException
214 public Attachment generateLocalAttachment(Uri contentUri) throws AttachmentFailureException {
219 throw new AttachmentFailureException("Failed to create local attachment");
278 throw new AttachmentFailureException("Security Exception from attachment uri", e);
299 * @throws AttachmentFailureException if an error occurs adding the attachment.
302 throws AttachmentFailureException {
313 * @throws AttachmentFailureException if an error occurs adding the attachment.
316 throws AttachmentFailureException {
321 throw new AttachmentFailureException(
325 throw new AttachmentFailureException(
394 static class AttachmentFailureException extends Exception { class in class:AttachmentsView
398 public AttachmentFailureException(String detailMessage) { method in class:AttachmentsView.AttachmentFailureException
403 public AttachmentFailureException(String error, int errorRes) { method in class:AttachmentsView.AttachmentFailureException
408 public AttachmentFailureException(String detailMessage, Throwable throwable) { method in class:AttachmentsView.AttachmentFailureException
[all...]
H A DComposeActivity.java79 import com.android.mail.compose.AttachmentsView.AttachmentFailureException;
1517 AttachmentFailureException error = null;
1521 } catch (AttachmentFailureException e) {
1575 } catch (AttachmentFailureException e) {
1596 } catch (AttachmentFailureException e) {
1616 } catch (AttachmentFailureException e) {
1684 } catch (AttachmentFailureException e) {
1700 } catch (AttachmentFailureException e) {

Completed in 86 milliseconds