org.codehaus.plexus.mailsender.simple
Class ErrorInQuitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.codehaus.plexus.mailsender.simple.ErrorInQuitException
All Implemented Interfaces:
java.io.Serializable

public class ErrorInQuitException
extends java.io.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

Constructor Summary
ErrorInQuitException(java.io.IOException e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorInQuitException

public ErrorInQuitException(java.io.IOException e)


Copyright © 2011. All Rights Reserved.