*/
public ProxyManager2(final ClassLoaderProvider classLoaderProvider,
final ClassInfoFactory classInfoFactory) throws ProxyException {
super();
try {
classEnhancer = new ClassEnhancer(classLoaderProvider,
classInfoFactory);
} catch (EnhanceException exception) {
throw new ProxyException(exception);
} catch (IOException exception) {
throw new ProxyException(exception);