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 21 import com.android.email.mail.store.ImapStore.ImapException;
306 throw new ImapException(toString, alert);
390 } catch (ImapException ie) {
415 } catch (ImapException ie) {
447 } catch (ImapException ie) {
470 } catch (ImapException ie) {
ImapStore.java 606 static class ImapException extends MessagingException {
611 public ImapException(String message, String alertText, Throwable throwable) {
616 public ImapException(String message, String alertText) {

Completed in 91 milliseconds