Home
last modified time | relevance | path

Searched defs:AuthenticationFailedException (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DAuthenticationFailedException.java20 public class AuthenticationFailedException extends MessagingException { class
23 public AuthenticationFailedException(String message) { in AuthenticationFailedException() method in AuthenticationFailedException
27 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException() method in AuthenticationFailedException
31 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException() method in AuthenticationFailedException
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DAuthenticationFailedException.java19 public class AuthenticationFailedException extends MessagingException { class
22 public AuthenticationFailedException(String message) { in AuthenticationFailedException() method in AuthenticationFailedException
26 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException() method in AuthenticationFailedException
30 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException() method in AuthenticationFailedException