Package org.subethamail.smtp
Class DropConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.subethamail.smtp.RejectException
org.subethamail.smtp.DropConnectionException
- All Implemented Interfaces:
Serializable
A type of RejectException that additionally causes the server to close
the connection to the client.
- Author:
- Jeff Schnitzer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDropConnectionException(int code, String message) DropConnectionException(String message) -
Method Summary
Methods inherited from class org.subethamail.smtp.RejectException
getCode, getErrorResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DropConnectionException
public DropConnectionException() -
DropConnectionException
-
DropConnectionException
-