org.springframework.mail
public class: MailPreparationException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.mail.MailException
org.springframework.mail.MailPreparationException
All Implemented Interfaces:
Serializable
Exception to be thrown by user code if a mail cannot be prepared properly,
for example when a Velocity template cannot be rendered for the mail text.
Also see:
- org.springframework.ui.velocity.VelocityEngineUtils#mergeTemplateIntoString
- org.springframework.ui.freemarker.FreeMarkerTemplateUtils#processTemplateIntoString
- author:
Juergen - Hoeller
- since:
1.1 -
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |