engine = engineType.newInstance();
}
catch ( InstantiationException e )
{
LdapException ne = new LdapException( e.getMessage(), e );
ne.initCause( e );
throw ne;
}
catch ( IllegalAccessException e )
{
LdapException ne = new LdapException( e.getMessage(), e );