Class 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 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