|
||||||||||
| 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.servicemix.http.exception.LateResponseException
public class LateResponseException
Exception to indicate that a late response has been received from the ESB, i.e. the ESB response was received after the HTTP connection has timed out so we were unable to send back the response to the client.
| Constructor Summary | |
|---|---|
LateResponseException(javax.jbi.messaging.MessageExchange exchange)
|
|
| Method Summary | |
|---|---|
static java.lang.String |
createMessage(javax.jbi.messaging.MessageExchange exchange)
Helper method to create the late response error message |
| 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 LateResponseException(javax.jbi.messaging.MessageExchange exchange)
| Method Detail |
|---|
public static java.lang.String createMessage(javax.jbi.messaging.MessageExchange exchange)
exchange - the exchange we received a late response for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||