Class WebhookConfigNotRegisteredEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.servicelayer.interceptor.InterceptorException
de.hybris.platform.webhookservices.exceptions.WebhookConfigNotRegisteredEventException
- All Implemented Interfaces:
Serializable
Indicates a problem with the
WebhookConfigurationModel when the WebhookConfiguration's eventType is not contained
in the eventConfiguration list of the DestinationTarget of the WebhookConfiguration.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookConfigNotRegisteredEventException(String notRegisteredEvent, Interceptor inter) -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebhookConfigNotRegisteredEventException
-