/* 1597 */ ConstructorInvocation invocation = new ConstructorInvocation(cInterceptors);
/* */
/* 1599 */ invocation.setAdvisor(this);
/* 1600 */ invocation.setArguments(args);
/* 1601 */ invocation.setConstructor(this.constructors[idx]);
/* 1602 */ return invocation.invokeNext();
/* */ }
/* */
/* */ public Object invokeRead(Object target, int index)
/* */ throws Throwable
/* */ {