Class CannotDeleteIntegrationObjectLinkedWithWebhookConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.servicelayer.interceptor.InterceptorException
de.hybris.platform.integrationservices.exception.LocalizedInterceptorException
de.hybris.platform.integrationservices.exception.CannotDeleteIntegrationObjectException
de.hybris.platform.webhookservices.exceptions.CannotDeleteIntegrationObjectLinkedWithWebhookConfigException
- All Implemented Interfaces:
Serializable
public class CannotDeleteIntegrationObjectLinkedWithWebhookConfigException
extends CannotDeleteIntegrationObjectException
An exception indicating an Integration Object
IntegrationObjectModel
cannot be deleted when a WebhookConfigurationModel references it- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotDeleteIntegrationObjectLinkedWithWebhookConfigException(String integrationObject) Constructor -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.exception.LocalizedInterceptorException
getParametersMethods 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
-
CannotDeleteIntegrationObjectLinkedWithWebhookConfigException
Constructor- Parameters:
integrationObject- integration object code
-