final Class<?>[] parameterTypes, final Object[] initargs) {
try {
final ClassInfo objectClassInfo = classInfoFactory
.getNoProxyClassInfo(objectClass);
return proxyManager2.newInstanceConstruct(objectClassInfo,
parameterTypes, initargs, new StorageInfo(), this, null,
true);
} catch (final ClassInfoException exception) {
throw new ObjectIORuntimeException(exception);
} catch (final ProxyException exception) {
throw new ObjectIORuntimeException(exception);