152153154155156157158159160161162
return; } // 检查通过,处理这个回复 try { handler.handle(response); } catch (FetionException e) { throw e; }catch(Throwable t) { throw new SystemException(t, response.getRequest(), response); }