|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.ExchangeTimedOutException
public class ExchangeTimedOutException
An exception thrown if an InOut exchange times out receiving the OUT message
| Constructor Summary | |
|---|---|
ExchangeTimedOutException(Exchange exchange,
long timeout)
|
|
| Method Summary | |
|---|---|
long |
getTimeout()
Return the timeout which expired in milliseconds |
| Methods inherited from class org.apache.camel.CamelExchangeException |
|---|
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 |
|---|
public ExchangeTimedOutException(Exchange exchange,
long timeout)
| Method Detail |
|---|
public long getTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||