Package org.subethamail.smtp
Class RejectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.subethamail.smtp.RejectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DropConnectionException
Thrown to reject an SMTP command with a specific code.
- Author:
- Jeff Schnitzer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RejectException
public RejectException() -
RejectException
-
RejectException
-
-
Method Details
-
getCode
public int getCode() -
getErrorResponse
-