Class HvlNotificationPollingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tr.com.havelsan.javarch.exception.HvlUncheckedException
tr.com.havelsan.javarch.notification.polling.cloud.client.exception.HvlNotificationPollingException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

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

  • Constructor Details

    • HvlNotificationPollingException

      public HvlNotificationPollingException()
      Instantiates a new HvlNotificationPollingException.
    • HvlNotificationPollingException

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

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

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

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

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