Class InboundChannelConfigurationDeletionException

All Implemented Interfaces:
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:
  • Constructor Details

    • InboundChannelConfigurationDeletionException

      public InboundChannelConfigurationDeletionException(String destinationTargets, String exposedDestinations)
  • Method Details

    • getDestinationTargets

      public String getDestinationTargets()
    • getExposedDestinations

      public String getExposedDestinations()
    • getErrorMessage

      public String getErrorMessage()