类 MailParseException
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.MailParseException
- 所有已实现的接口:
Serializable
Exception thrown if illegal message properties are encountered.
- 从以下版本开始:
- 4.0
- 作者:
- Dmitriy Kopylenko, Juergen Hoeller, Harry Yang
- 另请参阅:
-
构造器概要
构造器构造器说明MailParseException(String msg) Constructor for MailParseException.MailParseException(String msg, Throwable cause) Constructor for MailParseException.MailParseException(Throwable cause) Constructor for MailParseException. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
MailParseException
Constructor for MailParseException.- 参数:
msg- the detail message
-
MailParseException
Constructor for MailParseException.- 参数:
msg- the detail messagecause- the root cause from the mail API in use
-
MailParseException
Constructor for MailParseException.- 参数:
cause- the root cause from the mail API in use
-