类 MailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.context.support.mail.MailException
所有已实现的接口:
Serializable
直接已知子类:
MailAuthenticationException, MailParseException, MailPreparationException, MailSendException

public abstract class MailException extends cn.taketoday.core.NestedRuntimeException
Base class for all mail exceptions.
从以下版本开始:
4.0
作者:
Dmitriy Kopylenko, Harry Yang
另请参阅:
  • 构造器详细资料

    • MailException

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

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