org.springframework.mail
Class MailPreparationException
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:
- java.io.Serializable
public class MailPreparationException
- extends MailException
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.
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, java.lang.String, java.util.Map)
,
FreeMarkerTemplateUtils.processTemplateIntoString(Template, java.lang.Object)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MailPreparationException
public MailPreparationException(java.lang.String msg)
- Constructor for MailPreparationException.
- Parameters:
msg
- the detail message
MailPreparationException
public MailPreparationException(java.lang.String msg,
java.lang.Throwable cause)
- Constructor for MailPreparationException.
- Parameters:
msg
- the detail messagecause
- the root cause from the mail API in use
MailPreparationException
public MailPreparationException(java.lang.Throwable cause)