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
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DropConnectionException
public DropConnectionException()
DropConnectionException
public DropConnectionException(String message)
DropConnectionException
public DropConnectionException(int code,
String message)
Copyright © 2006-2012. All Rights Reserved.