439440441442443444445446447448449
protected Object invokeProxy(Invoker invoker, Invocation inv) throws Exception { try { return new MockTransactionStickyInterceptor(invoker).invoke(inv); } catch(Throwable t) { throw new Exception("Throwable", t); }