public class VelocityEmailException extends TurbineException
Constructor and Description |
---|
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 . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.