final Class<?>[] parameterTypes, final Object[] initargs) {
try {
return HelperReflect.getInstance().newInstanceConstruct(
objectClass, parameterTypes, initargs);
} catch (ReflectException exception) {
throw new FilePersistenceRuntimeException(exception);
}
}