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

  /packages/apps/UnifiedEmail/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;
102 * @throws AuthenticationFailedException
494 private void doLogin() throws IOException, MessagingException, AuthenticationFailedException {
514 throw new AuthenticationFailedException(alertText, ie);
545 throw new AuthenticationFailedException("OAuth failed after refresh");
Pop3Store.java 27 import com.android.emailcommon.mail.AuthenticationFailedException;
229 throw new AuthenticationFailedException(null, me);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 

Completed in 3070 milliseconds