FileDocCategorySizeDatePackage
ErrorInQuitException.javaAPI DocApache Ant 1.701421Wed Dec 13 06:16:24 GMT 2006org.apache.tools.mail

ErrorInQuitException

public class ErrorInQuitException extends IOException
Specialized IOException that get thrown if SMPT'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.

Fields Summary
Constructors Summary
public ErrorInQuitException(IOException e)
Initialise from an IOException

param
e the IO Exception.

        super(e.getMessage());
    
Methods Summary