Return the exception for a synthetic BYE response. @return the exception @since JavaMail 1.5.4
()
| 582 | * @since JavaMail 1.5.4 |
| 583 | */ |
| 584 | public Exception getException() { |
| 585 | return ex; |
| 586 | } |
| 587 | |
| 588 | /** |
| 589 | * Reset pointer to beginning of response. |
no outgoing calls
no test coverage detected