类 MailParseException

    • 构造器详细资料

      • MailParseException

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

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

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