/* 670 */ String cpClass = pp.getStringProperty("connectionProvider.class", null);
/* */
/* 673 */ if (cpClass != null) {
/* 674 */ ConnectionProvider cp = null;
/* */ try {
/* 676 */ cp = (ConnectionProvider)loadHelper.loadClass(cpClass).newInstance();
/* */ } catch (Exception e) {
/* 678 */ this.initException = new SchedulerException("ConnectionProvider class '" + cpClass + "' could not be instantiated.", e);
/* */
/* 680 */ this.initException.setErrorCode(50);
/* */