Package mireka.filter.proxy
Class BackendRejectException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- org.subethamail.smtp.RejectException
-
- mireka.filter.proxy.BackendRejectException
-
- All Implemented Interfaces:
java.io.Serializable
public class BackendRejectException extends org.subethamail.smtp.RejectExceptionIndicates that the SMTP command from the client must be rejected because the backend server in turn rejected the SMTP command sent from this server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackendRejectException(org.subethamail.smtp.client.SMTPException cause, String comment)
-