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:
java.io.Serializable
public class CannotDeleteIntegrationObjectLinkedWithWebhookConfigException extends CannotDeleteIntegrationObjectException
An exception indicating an Integration ObjectIntegrationObjectModelcannot be deleted when aWebhookConfigurationModelreferences it- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotDeleteIntegrationObjectLinkedWithWebhookConfigException(java.lang.String integrationObject)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetBundleKey()For each exception that extends this exception, it has to specify the bundle key with which the localized error message could be retrieved from the bundle resource.-
Methods inherited from class de.hybris.platform.integrationservices.exception.LocalizedInterceptorException
getL10nService, getLocalizedMessage
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Method Detail
-
getBundleKey
protected java.lang.String getBundleKey()
Description copied from class:LocalizedInterceptorExceptionFor each exception that extends this exception, it has to specify the bundle key with which the localized error message could be retrieved from the bundle resource.- Specified by:
getBundleKeyin classLocalizedInterceptorException- Returns:
- bundle key.
-
-