Package mireka.smtp

Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Recipient getRecipient()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownUserException

        public UnknownUserException​(Recipient recipient)
    • Method Detail

      • getRecipient

        public Recipient getRecipient()