Class MaildropPopException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MaildropPopException
    extends Pop3Exception
    Thrown if an error occurs in the mail retrieval part, related to the POP3 protocol, of the maildrop (in contrast to the mail insertion part which is related to the SMTP protocol).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MaildropPopException​(String responseCode, String message)  
    • Method Summary

      • 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

      • MaildropPopException

        public MaildropPopException​(String responseCode,
                                    String message)