org.subethamail.smtp
Class RejectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.subethamail.smtp.RejectException
All Implemented Interfaces:
java.io.Serializable

public class RejectException
extends java.lang.Exception

Thrown to reject an SMTP command with a specific code.

Author:
Jeff Schnitzer
See Also:
Serialized Form

Constructor Summary
RejectException()
           
RejectException(int code, java.lang.String message)
           
 
Method Summary
 int getCode()
           
 
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

RejectException

public RejectException()

RejectException

public RejectException(int code,
                       java.lang.String message)
Method Detail

getCode

public int getCode()


Copyright © 2011 SubEthaSMTP. All Rights Reserved. Build version: UNVERSIONED