Class ClosedCorrelationKeyException

  • All Implemented Interfaces:
    Serializable

    public class ClosedCorrelationKeyException
    extends org.apache.camel.CamelExchangeException
    The correlation key has been closed and the Exchange cannot be aggregated.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClosedCorrelationKeyException

        public ClosedCorrelationKeyException​(String correlationKey,
                                             org.apache.camel.Exchange exchange)
      • ClosedCorrelationKeyException

        public ClosedCorrelationKeyException​(String correlationKey,
                                             org.apache.camel.Exchange exchange,
                                             Throwable cause)
    • Method Detail

      • getCorrelationKey

        public String getCorrelationKey()