Class CannotDeleteIntegrationObjectException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CannotDeleteIntegrationObjectLinkedWithInboundChannelConfigException,CannotDeleteIntegrationObjectLinkedWithOutboundChannelConfigException,CannotDeleteIntegrationObjectLinkedWithWebhookConfigException
@Deprecated(since="2111", forRemoval=true) public abstract class CannotDeleteIntegrationObjectException extends LocalizedInterceptorExceptionDeprecated, for removal: This API element is subject to removal in a future version.useLocalizedInterceptorExceptioninsteadAn exception indicating an Integration ObjectIntegrationObjectModelcannot be deleted because an item is referencing it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCannotDeleteIntegrationObjectException(java.lang.String message, java.lang.String... parameters)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class de.hybris.platform.integrationservices.exception.LocalizedInterceptorException
getBundleKey, getL10nService, getLocalizedMessage
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-