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:
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:
09.07.2004
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(java.lang.String msg)
           
MailPreparationException(java.lang.String msg, java.lang.Throwable ex)
           
MailPreparationException(java.lang.Throwable ex)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
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(java.lang.String msg)

MailPreparationException

public MailPreparationException(java.lang.String msg,
                                java.lang.Throwable ex)

MailPreparationException

public MailPreparationException(java.lang.Throwable ex)


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