Class HvlNotificationMailTemplateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tr.com.havelsan.javarch.exception.HvlUncheckedException
tr.com.havelsan.javarch.notification.content.provider.HvlNotificationMailTemplateException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

public class HvlNotificationMailTemplateException extends tr.com.havelsan.javarch.exception.HvlUncheckedException
HvlNotificationMailTemplateException is thrown with errorCode and errorMessage when notification mail template error occurs.
See Also:
  • Field Details

  • Constructor Details

    • HvlNotificationMailTemplateException

      public HvlNotificationMailTemplateException()
      Instantiates a new HvlNotificationMailTemplateException.
    • HvlNotificationMailTemplateException

      public HvlNotificationMailTemplateException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlNotificationMailTemplateException.
      Parameters:
      errorDetail - the error detail
    • HvlNotificationMailTemplateException

      public HvlNotificationMailTemplateException(String message)
      Instantiates a new HvlNotificationMailTemplateException.
      Parameters:
      message - the message
    • HvlNotificationMailTemplateException

      public HvlNotificationMailTemplateException(String code, String message)
      Instantiates a new HvlNotificationMailTemplateException.
      Parameters:
      code - the code
      message - the message
    • HvlNotificationMailTemplateException

      public HvlNotificationMailTemplateException(Throwable cause, tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlNotificationMailTemplateException.
      Parameters:
      cause - the cause
      errorDetail - the error detail
    • HvlNotificationMailTemplateException

      public HvlNotificationMailTemplateException(String message, Throwable cause, tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlNotificationMailTemplateException.
      Parameters:
      message - the message
      cause - the cause
      errorDetail - the error detail
    • HvlNotificationMailTemplateException

      public HvlNotificationMailTemplateException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail, Throwable t)
      Instantiates a new HvlNotificationMailTemplateException.
      Parameters:
      errorDetail - the error detail
      t - the t