Class WebhookRetryableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webhookservices.service.impl.WebhookRetryableException
All Implemented Interfaces:
Serializable

public class WebhookRetryableException extends RuntimeException
Webhook retryable runtime exception to trigger the retry mechanism in WebhookImmediateRetryOutboundServiceFacade.
See Also:
  • Constructor Details

    • WebhookRetryableException

      public WebhookRetryableException(String message)
      Constructs a new WebhookRetryableException exception with a specific message.
      Parameters:
      message - the exception message
    • WebhookRetryableException

      public WebhookRetryableException(String message, Throwable cause)
      Constructs a new WebhookRetryableException exception with a specific message and cause.
      Parameters:
      message - the exception message
      cause - the cause of the exception