Package mireka.smtp
Class UnknownUserException
- Object
-
- Throwable
-
- Exception
-
- mireka.smtp.RejectExceptionExt
-
- mireka.smtp.UnknownUserException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownUserException extends RejectExceptionExt
Signals that the mailbox specified in the just received SMTP RCPT TO command is unknown, so the command must be rejected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownUserException(Recipient recipient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientgetRecipient()-
Methods inherited from class mireka.smtp.RejectExceptionExt
getReply, toRejectException
-
-