org.springframework.mail
Class MailPreparationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.mail.MailException
                      extended byorg.springframework.mail.MailPreparationException
All Implemented Interfaces:
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(org.apache.velocity.app.VelocityEngine, java.lang.String, java.util.Map), FreeMarkerTemplateUtils.processTemplateIntoString(freemarker.template.Template, java.lang.Object), Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
MailPreparationException(String msg)
          Constructor for MailPreparationException.
MailPreparationException(String msg, Throwable ex)
          Constructor for MailPreparationException.
MailPreparationException(Throwable ex)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailPreparationException

public MailPreparationException(String msg)
Constructor for MailPreparationException.

Parameters:
msg - message

MailPreparationException

public MailPreparationException(String msg,
                                Throwable ex)
Constructor for MailPreparationException.

Parameters:
msg - message
ex - root cause from remoting API in use

MailPreparationException

public MailPreparationException(Throwable ex)


Copyright (C) 2003-2004 The Spring Framework Project.