160161162163164165166167168169170
} while ( next() && !( response instanceof SearchResultDone ) ); } catch ( LdapReferralException lre ) { throw new CursorLdapReferralException( lre ); } catch ( Exception e ) { throw new CursorException( e ); }
161162163164165166167168169170171
159160161162163164165166167168169