2122232425262728293031
try { response = commandInterceptorChain.proceed(); } catch (final Throwable t) { exception = t; } stopwatch.stop(); commandMetaData.put(COMMAND_TIME_MS, new Double(stopwatch.elapsedTimeMsDecimal())); if (exception != null) { throw exception; }