org.apache.camel.processor.aggregate
Class ClosedCorrelationKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
              extended by org.apache.camel.CamelExchangeException
                  extended by org.apache.camel.processor.aggregate.ClosedCorrelationKeyException
All Implemented Interfaces:
Serializable

public class ClosedCorrelationKeyException
extends CamelExchangeException

The correlation key has been closed and the Exchange cannot be aggregated.

Version:
See Also:
Serialized Form

Constructor Summary
ClosedCorrelationKeyException(String correlationKey, Exchange exchange)
           
ClosedCorrelationKeyException(String correlationKey, Exchange exchange, Throwable cause)
           
 
Method Summary
 String getCorrelationKey()
           
 
Methods inherited from class org.apache.camel.CamelExchangeException
createExceptionMessage, getExchange
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClosedCorrelationKeyException

public ClosedCorrelationKeyException(String correlationKey,
                                     Exchange exchange)

ClosedCorrelationKeyException

public ClosedCorrelationKeyException(String correlationKey,
                                     Exchange exchange,
                                     Throwable cause)
Method Detail

getCorrelationKey

public String getCorrelationKey()


Apache CAMEL