Class HvlNotificationMailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tr.com.havelsan.javarch.exception.HvlCheckedException
tr.com.havelsan.javarch.notification.mail.cloud.client.exception.HvlNotificationMailException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

@HvlFeignClientError public class HvlNotificationMailException extends tr.com.havelsan.javarch.exception.HvlCheckedException
HvlNotificationMailException is a wrapper exception which is thrown with errorCode and errorMessage when any error occurs.
See Also:
  • Field Details

  • Constructor Details

    • HvlNotificationMailException

      public HvlNotificationMailException()
      Instantiates a new HvlNotificationMailException.
    • HvlNotificationMailException

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

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

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

      public HvlNotificationMailException(String errorCode, String message, Throwable t)
      Instantiates a new HvlNotificationMailException.
      Parameters:
      errorCode - the error code
      message - the message
      t - the t
    • HvlNotificationMailException

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