Class WebhookFilterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webhookservices.filter.WebhookFilterException
All Implemented Interfaces:
Serializable

public class WebhookFilterException extends RuntimeException
Indicates a problem with execution of the script used in a WebhookConfiguration. This means that the attribute configuration is valid, i.e. the script is found and loaded, but the script crashed during execution.
See Also:
  • Constructor Details

    • WebhookFilterException

      public WebhookFilterException(String logicLocation, String eventType, RuntimeException e)
      Instantiates the exception with the information about the script that failed to execute.
      Parameters:
      logicLocation - String indicating where the script being executed is located
      eventType - Type of event that triggered the webhook where the script failed
      e - Exception with the cause of the failure