Class CannotDeleteIntegrationObjectLinkedWithOutboundChannelConfigException
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.outboundsync.exceptions.CannotDeleteIntegrationObjectLinkedWithOutboundChannelConfigException
- All Implemented Interfaces:
Serializable
public class CannotDeleteIntegrationObjectLinkedWithOutboundChannelConfigException
extends CannotDeleteIntegrationObjectException
An exception indicating an Integration Object
IntegrationObjectModel
cannot be deleted if it was assigned to an OutboundChannelConfiguration
OutboundChannelConfigurationModel- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotDeleteIntegrationObjectLinkedWithOutboundChannelConfigException(String ioCode, String occCode) Instantiates this exception -
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
-
CannotDeleteIntegrationObjectLinkedWithOutboundChannelConfigException
public CannotDeleteIntegrationObjectLinkedWithOutboundChannelConfigException(String ioCode, String occCode) Instantiates this exception- Parameters:
ioCode- code of the integration object that was attempted to be deleted.occCode- code of the outbound channel configuration that still uses the integration object and prevents it from being deleted
-