org.subethamail.smtp
Class DropConnectionException

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

public class DropConnectionException
extends RejectException

A type of RejectException that additionally causes the server to close the connection to the client.

Author:
Jeff Schnitzer
See Also:
Serialized Form

Constructor Summary
DropConnectionException()
           
DropConnectionException(int code, java.lang.String message)
           
DropConnectionException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.subethamail.smtp.RejectException
getCode, getErrorResponse
 
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

DropConnectionException

public DropConnectionException()

DropConnectionException

public DropConnectionException(java.lang.String message)

DropConnectionException

public DropConnectionException(int code,
                               java.lang.String message)


Copyright © 2006-2011. All Rights Reserved.