188189190191192193194195196197198
throw e; } catch (Exception e) { log.error("Error processing request", e); throw new ServletException(e); } finally { consumer.doneUoW(result); } } public Long getContinuationTimeout() { return continuationTimeout;
189190191192193194195196197198199
190191192193194195196197198199200