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

      • InboundChannelConfigurationDeletionException

        public InboundChannelConfigurationDeletionException​(java.lang.String destinationTargets,
                                                            java.lang.String exposedDestinations)
    • Method Detail

      • getDestinationTargets

        public java.lang.String getDestinationTargets()
      • getExposedDestinations

        public java.lang.String getExposedDestinations()
      • getErrorMessage

        public java.lang.String getErrorMessage()