HomeSort by relevance Sort by last modified time
    Searched defs:AuthenticationFailedException (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
AuthenticationFailedException.java 20 public class AuthenticationFailedException extends MessagingException {
23 public AuthenticationFailedException(String message) {
27 public AuthenticationFailedException(int exceptionType, String message) {
31 public AuthenticationFailedException(String message, Throwable throwable) {
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 33 import com.android.emailcommon.mail.AuthenticationFailedException;
444 throws IOException, MessagingException, AuthenticationFailedException {
453 throw new AuthenticationFailedException(ie.getAlertText(), ie);
456 throw new AuthenticationFailedException(null, me);
Pop3Store.java 30 import com.android.emailcommon.mail.AuthenticationFailedException;
297 throw new AuthenticationFailedException(null, me);
    [all...]

Completed in 247 milliseconds