Package org.apache.tools.mail
Class ErrorInQuitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tools.mail.ErrorInQuitException
- All Implemented Interfaces:
- Serializable
Specialized IOException that get thrown if SMTP's QUIT command fails.
 
This seems to happen with some version of MS Exchange that doesn't respond with a 221 code immediately. See Bug report 5273.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ErrorInQuitExceptionInitialise from an IOException- Parameters:
- e- the IO Exception.
 
 
-