public class ErrorInQuitException extends IOException
This seems to happen with some version of MS Exchange that doesn't respond with a 221 code immediately. See Bug report 5273.
| Constructor and Description |
|---|
ErrorInQuitException(IOException e)
Initialise from an IOException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic ErrorInQuitException(IOException e)
e - the IO Exception.