Class InvalidTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.andresbustamante.yafoot.commons.exceptions.ApplicationException
net.andresbustamante.yafoot.commons.exceptions.InvalidTemplateException
- All Implemented Interfaces:
Serializable
When an email template is not valid for sending.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTemplateException
(String message, Throwable cause) Default constructor with a message to log and the cause of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTemplateException
Default constructor with a message to log and the cause of the exception.- Parameters:
message
- Message to logcause
- Cause of the exception
-