Class InvalidTemplateException

All Implemented Interfaces:
Serializable

public class InvalidTemplateException extends ApplicationException
When an email template is not valid for sending.
See Also:
  • Constructor Details

    • InvalidTemplateException

      public InvalidTemplateException(String message, Throwable cause)
      Default constructor with a message to log and the cause of the exception.
      Parameters:
      message - Message to log
      cause - Cause of the exception