| org.apache.turbine.util.TurbineException org.apache.turbine.util.velocity.VelocityEmailException
VelocityEmailException | public class VelocityEmailException extends TurbineException (Code) | | This exception is thrown if a VelocityEmail/VelocityHtmlEmail can not be
sent using JavaMail. It will most likly wrap a javax.mail.MessagingException
exception.
author: Eric Pugh version: $Id: VelocityEmailException.java 534527 2007-05-02 16:10:59Z tv $ |
VelocityEmailException | public VelocityEmailException()(Code) | | Constructs a new VelocityEmailException without specified
detail message.
|
VelocityEmailException | public VelocityEmailException(String msg)(Code) | | Constructs a new VelocityEmailException with specified
detail message.
Parameters: msg - The error message. |
VelocityEmailException | public VelocityEmailException(Throwable nested)(Code) | | Constructs a new VelocityEmailException with specified
nested Throwable .
Parameters: nested - The exception or error that caused this exceptionto be thrown. |
VelocityEmailException | public VelocityEmailException(String msg, Throwable nested)(Code) | | Constructs a new VelocityEmailException with specified
detail message and nested Throwable .
Parameters: msg - The error message. Parameters: nested - The exception or error that caused this exceptionto be thrown. |
|
|