6667686970717273747576777879808182
try { R result = invoker.invoke(database, object); event.setResult(new InvokerResultImpl(result)); return result; } catch (Exception e) { event.setResult(new InvokerResultImpl(e)); throw exceptionFactory.createException(e); } finally {