javatools.smtp
Class SmtpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javatools.smtp.SmtpException
All Implemented Interfaces:
java.io.Serializable

public class SmtpException
extends java.lang.Exception

An error has occured processing an SMTP message.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SmtpException(java.lang.String s)
           
SmtpException(java.lang.String s, java.lang.Throwable e)
           
SmtpException(java.lang.Throwable e)
           
 
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

SmtpException

public SmtpException(java.lang.String s)

SmtpException

public SmtpException(java.lang.String s,
                     java.lang.Throwable e)

SmtpException

public SmtpException(java.lang.Throwable e)