Searched refs:throwable (Results 1 – 6 of 6) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
D | MessagingException.java | 78 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()
|
D | CertificateValidationException.java | 27 public CertificateValidationException(String message, Throwable throwable) { in CertificateValidationException() argument 28 super(MessagingException.CERTIFICATE_VALIDATION_ERROR, message, throwable); in CertificateValidationException()
|
D | AuthenticationFailedException.java | 31 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/ |
D | ResourceUtils.java | 100 final Throwable throwable) { in DeviceOverridePatternSyntaxError() argument 101 super(message + ": " + expression, throwable); in DeviceOverridePatternSyntaxError()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | AttachmentsView.java | 399 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() argument 400 super(detailMessage, throwable); in AttachmentFailureException()
|
/packages/services/Telecomm/libs/ |
D | guava.jar | ... .AbstractScheduledService$1)
public void run ()
Throwable t
}
com/google/common/util/ ... |