Class MailParseException

    • Constructor Detail

      • MailParseException

        public MailParseException​(String msg)
        Constructor for MailParseException.
        Parameters:
        msg - the detail message
      • MailParseException

        public MailParseException​(String msg,
                                  Throwable cause)
        Constructor for MailParseException.
        Parameters:
        msg - the detail message
        cause - the root cause from the mail API in use
      • MailParseException

        public MailParseException​(Throwable cause)
        Constructor for MailParseException.
        Parameters:
        cause - the root cause from the mail API in use