Home
last modified time | relevance | path

Searched refs:throwable (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DMessagingException.java78 public MessagingException(String message, Throwable throwable) { in MessagingException() argument
79 this(UNSPECIFIED_EXCEPTION, message, throwable); in MessagingException()
82 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException() argument
83 super(message, throwable); in MessagingException()
DCertificateValidationException.java27 public CertificateValidationException(String message, Throwable throwable) { in CertificateValidationException() argument
28 super(MessagingException.CERTIFICATE_VALIDATION_ERROR, message, throwable); in CertificateValidationException()
DAuthenticationFailedException.java31 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException() argument
32 super(MessagingException.AUTHENTICATION_FAILED, message, throwable); in AuthenticationFailedException()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DResourceUtils.java100 final Throwable throwable) { in DeviceOverridePatternSyntaxError() argument
101 super(message + ": " + expression, throwable); in DeviceOverridePatternSyntaxError()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java399 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() argument
400 super(detailMessage, throwable); in AttachmentFailureException()
/packages/services/Telecomm/libs/
Dguava.jar ... .AbstractScheduledService$1) public void run () Throwable t } com/google/common/util/ ...