Class MaildropException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidUidFileException

    public class MaildropException
    extends Exception
    Signals a maildrop store related problem, which does not specific either to POP3 (retrieving mail) or SMTP (putting mail in).
    See Also:
    Serialized Form
    • 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

      • MaildropException

        public MaildropException()
      • MaildropException

        public MaildropException​(String message)
      • MaildropException

        public MaildropException​(Throwable cause)
      • MaildropException

        public MaildropException​(String message,
                                 Throwable cause)