类 MailAuthenticationException

    • 构造器详细资料

      • MailAuthenticationException

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

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