185186187188189190191192193194195
} catch ( Exception e ) { e.printStackTrace(); LdapOperationException le = new LdapOperationException( e.getMessage(), e ); le.initCause( e ); throw le; } } if ( IS_DEBUG )