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