Class InboundChannelConfigurationDeletionException
- 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.InboundChannelConfigurationDeletionException
-
- All Implemented Interfaces:
java.io.Serializable
public class InboundChannelConfigurationDeletionException extends InterceptorException
An exception indicating that the InboundChannelConfiguration cannot be deleted because some ExposedDestination is linked to this ICC.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InboundChannelConfigurationDeletionException(java.lang.String destinationTargets, java.lang.String exposedDestinations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDestinationTargets()java.lang.StringgetErrorMessage()java.lang.StringgetExposedDestinations()-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-