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

  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 24 import com.android.email.mail.store.ImapStore.ImapException;
308 throw new ImapException(toString, alert);
392 } catch (ImapException ie) {
417 } catch (ImapException ie) {
449 } catch (ImapException ie) {
472 } catch (ImapException ie) {
ImapStore.java 612 static class ImapException extends MessagingException {
617 public ImapException(String message, String alertText, Throwable throwable) {
622 public ImapException(String message, String alertText) {

Completed in 47 milliseconds