com.mchange.net
Class SmtpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mchange.net.ProtocolException
              extended by com.mchange.net.SmtpException
All Implemented Interfaces:
java.io.Serializable

public class SmtpException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
SmtpException()
           
SmtpException(int num, java.lang.String msg)
           
SmtpException(java.lang.String msg)
           
 
Method Summary
 int getSmtpResponseNumber()
           
 
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()

SmtpException

public SmtpException(java.lang.String msg)

SmtpException

public SmtpException(int num,
                     java.lang.String msg)
Method Detail

getSmtpResponseNumber

public int getSmtpResponseNumber()