|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.turbine.util.TurbineException
org.apache.turbine.util.velocity.VelocityEmailException
public class VelocityEmailException
This exception is thrown if a VelocityEmail/VelocityHtmlEmail can not be sent using JavaMail. It will most likly wrap a javax.mail.MessagingException exception.
Constructor Summary | |
---|---|
VelocityEmailException()
Constructs a new VelocityEmailException without specified
detail message. |
|
VelocityEmailException(String msg)
Constructs a new VelocityEmailException with specified
detail message. |
|
VelocityEmailException(String msg,
Throwable nested)
Constructs a new VelocityEmailException with specified
detail message and nested Throwable . |
|
VelocityEmailException(Throwable nested)
Constructs a new VelocityEmailException with specified
nested Throwable . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VelocityEmailException()
VelocityEmailException
without specified
detail message.
public VelocityEmailException(String msg)
VelocityEmailException
with specified
detail message.
msg
- The error message.public VelocityEmailException(Throwable nested)
VelocityEmailException
with specified
nested Throwable
.
nested
- The exception or error that caused this exception
to be thrown.public VelocityEmailException(String msg, Throwable nested)
VelocityEmailException
with specified
detail message and nested Throwable
.
msg
- The error message.nested
- The exception or error that caused this exception
to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |