133134135136137138139140141
targetException = ((InvocationTargetException)e).getTargetException(); } else { targetException = e; } throw new NewInstanceCreationException("Could not create a new instance of class [" + getClazz().getName() + "]!", targetException); } }