org.apache.tools.mail

Class 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.

Constructor Summary
ErrorInQuitException(IOException e)
Initialise from an IOException

Constructor Detail

ErrorInQuitException

public ErrorInQuitException(IOException e)
Initialise from an IOException

Parameters: e the IO Exception.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.