Searched defs:ByeException (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapResponseParser.java73 public static class ByeException extends IOException { class in class:ImapResponseParser
75 public ByeException() { method in class:ImapResponseParser.ByeException
158 * @exception ByeException when detects BYE.
180 Log.w(Logging.LOG_TAG, ByeException.MESSAGE);
182 throw new ByeException();

Completed in 60 milliseconds