public class ClosedCorrelationKeyException extends CamelExchangeException
| Constructor and Description |
|---|
ClosedCorrelationKeyException(String correlationKey,
Exchange exchange) |
ClosedCorrelationKeyException(String correlationKey,
Exchange exchange,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationKey() |
createExceptionMessage, getExchangeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClosedCorrelationKeyException(String correlationKey, Exchange exchange)
public ClosedCorrelationKeyException(String correlationKey, Exchange exchange, Throwable cause)
public String getCorrelationKey()
Apache Camel