/* */
/* 337 */ return localConstructor.newInstance(EMPTY_OBJECT_ARRAY);
/* */ }
/* */ catch (InstantiationException e)
/* */ {
/* 342 */ throw new SerializationException("Could not create instance of " + this.className + " - " + e.getMessage(), e);
/* */ }
/* */ catch (IllegalAccessException e)
/* */ {
/* 346 */ throw new SerializationException("Could not create instance of " + this.className + " - " + e.getMessage(), e);
/* */ }
/* */ catch (InvocationTargetException e) {
/* */ }
/* 350 */ throw new SerializationException("Could not create instance of " + this.className + " - " + e.getMessage(), e);
/* */ }