686687688689690691692693
fw.write( LdifUtils.convertToLdif( entry ) ); fw.close(); } catch ( IOException ioe ) { throw new LdapOperationException( ioe.getMessage(), ioe ); } }