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:
java.io.Serializable
public class WebhookConfigNotRegisteredEventException extends InterceptorException
Indicates a problem with theWebhookConfigurationModelwhen the WebhookConfiguration's eventType is not contained in the eventConfiguration list of the DestinationTarget of the WebhookConfiguration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookConfigNotRegisteredEventException(java.lang.String notRegisteredEvent, Interceptor inter)
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Constructor Detail
-
WebhookConfigNotRegisteredEventException
public WebhookConfigNotRegisteredEventException(java.lang.String notRegisteredEvent, Interceptor inter)
-
-