client.setProperty(name, value);
}
});
}
catch ( ClassNotFoundException e ) {
throw new ConfigurationException(e.getMessage());
}
catch ( InstantiationException e ) {
throw new ConfigurationException(e.getMessage());
}
catch ( IllegalAccessException e ) {
throw new ConfigurationException(e.getMessage());
}
}