org.codehaus.plexus.mailsender.simple
Class ErrorInQuitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.plexus.mailsender.simple.ErrorInQuitException
- All Implemented Interfaces:
- Serializable
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.
- Version:
- $Revision: 1190 $
- Author:
- Stefan Bodewig
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ErrorInQuitException
public ErrorInQuitException(IOException e)
Copyright © 2001-2011 Codehaus. All Rights Reserved.