类 MailPreparationException
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.MailPreparationException
- 所有已实现的接口:
Serializable
Exception to be thrown by user code if a mail cannot be prepared properly,
for example when a FreeMarker template cannot be rendered for the mail text.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller
- 另请参阅:
-
cn.taketoday.web.view.freemarker.FreeMarkerTemplateUtils#processTemplateIntoString- 序列化表格
-
构造器概要
构造器构造器说明Constructor for MailPreparationException.MailPreparationException(String msg, Throwable cause) Constructor for MailPreparationException. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
MailPreparationException
Constructor for MailPreparationException.- 参数:
msg- the detail message
-
MailPreparationException
Constructor for MailPreparationException.- 参数:
msg- the detail messagecause- the root cause from the mail API in use
-
MailPreparationException
-