Class WebhookConfigInvalidChannelException
- 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.WebhookConfigInvalidChannelException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebhookConfigInvalidChannelException extends InterceptorException
Indicates a problem with theWebhookConfigurationModelwhen the WebhookConfiguration's DestinationTarget is not associated withDestinationChannel.WEBHOOKSERVICES.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookConfigInvalidChannelException(Interceptor inter)
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Constructor Detail
-
WebhookConfigInvalidChannelException
public WebhookConfigInvalidChannelException(Interceptor inter)
-
-