throw new ClassNotFoundException(msg,cnfe);
} catch(java.lang.IllegalAccessException iae){
msg = new String
("JACC:Error PolicyConfigurationFactory : cannot access class : "
+ classname[0]);
throw new PolicyContextException(msg,iae);
} catch(java.lang.InstantiationException ie){
msg = new String
("JACC:Error PolicyConfigurationFactory : cannot instantiate : "
+ classname[0]);
throw new PolicyContextException(msg,ie);
} catch(java.lang.ClassCastException cce){
msg = new String
("JACC:Error PolicyConfigurationFactory : class not PolicyConfigurationFactory : "+ classname[0]);
throw new ClassCastException(msg);
}