976977978979980981982983984985986
parent = partitionLookupTree.getElement( dn ); } if ( parent == null ) { throw new LdapNoSuchObjectException( I18n.err( I18n.ERR_268, dn ) ); } else { return parent; }