类 MailAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.context.support.mail.MailException
cn.taketoday.context.support.mail.MailAuthenticationException
所有已实现的接口:
Serializable

public class MailAuthenticationException extends MailException
Exception thrown on failed authentication.
从以下版本开始:
4.0
作者:
Dmitriy Kopylenko, Juergen Hoeller, Harry Yang
另请参阅:
  • 构造器详细资料

    • MailAuthenticationException

      public MailAuthenticationException(String msg)
      Constructor for MailAuthenticationException.
      参数:
      msg - message
    • 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