Class CannotDeleteIntegrationObjectLinkedWithInboundChannelConfigException
- 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.inboundservices.exceptions.CannotDeleteIntegrationObjectLinkedWithInboundChannelConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotDeleteIntegrationObjectLinkedWithInboundChannelConfigException extends CannotDeleteIntegrationObjectException
An exception indicating an Integration ObjectIntegrationObjectModelcannot be deleted if it was assigned to an InboundChannelConfigurationInboundChannelConfigurationModel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotDeleteIntegrationObjectLinkedWithInboundChannelConfigException(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.
-
-