MCPcopy Create free account
hub / github.com/M66B/FairEmail / getException

Method getException

app/src/main/java/com/sun/mail/iap/Response.java:584–586  ·  view source on GitHub ↗

Return the exception for a synthetic BYE response. @return the exception @since JavaMail 1.5.4

()

Source from the content-addressed store, hash-verified

582 * @since JavaMail 1.5.4
583 */
584 public Exception getException() {
585 return ex;
586 }
587
588 /**
589 * Reset pointer to beginning of response.

Callers 5

handleIdleMethod · 0.95
getResourceAsStreamMethod · 0.45
openStreamMethod · 0.45
getResourceAsStreamMethod · 0.45
openStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected