Class WebhookConfigNotValidLocationException
- 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.WebhookConfigNotValidLocationException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebhookConfigNotValidLocationException extends InterceptorException
Indicates a problem with theWebhookConfigurationModelwhen the WebhookConfiguration's filter location doesn't meet the pattern models.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookConfigNotValidLocationException(java.lang.String filterLocation, Interceptor inter)
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Constructor Detail
-
WebhookConfigNotValidLocationException
public WebhookConfigNotValidLocationException(java.lang.String filterLocation, Interceptor inter)
-
-