Class ConsumedDestinationRemoveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.servicelayer.interceptor.InterceptorException
-
- de.hybris.platform.apiregistryservices.exceptions.ConsumedDestinationRemoveException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConsumedDestinationRemoveException extends InterceptorException
An exception indicating a Consumed DestinationConsumedDestinationModelcannot be deleted if it was assigned to any item, such as webhookConfigurationWebhookConfigurationModel, or outboundChannelConfigurationOutboundChannelConfigurationModel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsumedDestinationRemoveException(@NotNull java.lang.String consumedDestinationId, @NotNull java.lang.String itemDetail)Constructor
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-