OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByeException
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java
73
public static class
ByeException
extends IOException {
75
public
ByeException
() {
158
* @exception
ByeException
when detects BYE.
180
LogUtils.w(Logging.LOG_TAG,
ByeException
.MESSAGE);
182
throw new
ByeException
();
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java
24
import com.android.email.mail.store.imap.ImapResponseParser.
ByeException
;
391
fail("Didn't throw
ByeException
");
392
} catch (
ByeException
ok) {
Completed in 75 milliseconds