public class ExchangeTimedOutException extends CamelExchangeException
| Constructor and Description |
|---|
ExchangeTimedOutException(Exchange exchange,
long timeout) |
ExchangeTimedOutException(Exchange exchange,
long timeout,
String message) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeout()
Return the timeout which expired in milliseconds
|
createExceptionMessage, getExchangeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExchangeTimedOutException(Exchange exchange, long timeout)
public ExchangeTimedOutException(Exchange exchange, long timeout, String message)
public long getTimeout()
Apache Camel