Class IntegrationObjectDeletionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.servicelayer.interceptor.InterceptorException
-
- de.hybris.platform.inboundservices.persistence.populator.IntegrationObjectDeletionException
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegrationObjectDeletionException extends InterceptorException
An exception indicating an Integration ObjectIntegrationObjectModelcannot be deleted if it was assigned an Inbounc Channel ConfigurationInboundChannelConfigurationModel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationObjectDeletionException(@NotNull java.lang.String integrationObject)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorMessage()-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-