Class HvlNotificationMailSenderException

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

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

  • Constructor Details

    • HvlNotificationMailSenderException

      public HvlNotificationMailSenderException()
      Instantiates a new HvlNotificationMailSenderException.
    • HvlNotificationMailSenderException

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

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

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

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

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

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