/* 383 */ if ((result instanceof InvocationResponse))
/* */ {
/* 385 */ if ((((InvocationResponse)result).getResult() instanceof ServletThrowable))
/* */ {
/* 387 */ InvocationResponse response = (InvocationResponse)result;
/* 388 */ ServletThrowable st = (ServletThrowable)response.getResult();
/* 389 */ Throwable t = st.getCause();
/* 390 */ InvocationResponse ir = new InvocationResponse(response.getSessionId(), t, response.isException(), response.getPayload());
/* */
/* 394 */ return ir;
/* */ }
/* */