API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.mail. ErrorInQuitException View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      Throwable
          Exception
              IOException
                  ErrorInQuitException
Implements
Subclasses
Description
public exception ErrorInQuitException
  Specialized IOException that get thrown if SMPT's QUIT command fails.
See also:   
Constructors
public ErrorInQuitException (java.io.IOException e)
  Initialise from an IOException
Methods
Hide/Show inherited methods
publicsynchronizednative java.lang.Throwable fillInStackTrace () [Inherited From java.lang.Throwable]
public java.lang.Throwable getCause () [Inherited From java.lang.Throwable]
public java.lang.String getLocalizedMessage () [Inherited From java.lang.Throwable]
public java.lang.String getMessage () [Inherited From java.lang.Throwable]
public java.lang.StackTraceElement getStackTrace () [Inherited From java.lang.Throwable]
publicsynchronized java.lang.Throwable initCause (java.lang.Throwable arg0) [Inherited From java.lang.Throwable]
public void printStackTrace () [Inherited From java.lang.Throwable]
public void printStackTrace (java.io.PrintStream arg0) [Inherited From java.lang.Throwable]
public void printStackTrace (java.io.PrintWriter arg0) [Inherited From java.lang.Throwable]
public void setStackTrace (java.lang.StackTraceElement arg0) [Inherited From java.lang.Throwable]
public java.lang.String toString () [Inherited From java.lang.Throwable]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar