Class HvlNotificationStompWsException

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

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

    • HvlNotificationStompWsException

      public HvlNotificationStompWsException()
      Instantiates a new HvlNotificationStompWsException.
    • HvlNotificationStompWsException

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

      public HvlNotificationStompWsException(String message, Throwable cause)
      Instantiates a new HvlNotificationStompWsException.
      Parameters:
      message - the message
      cause - the cause