7879808182838485868788
throw wrapDBException(e); } } public void init() throws IOException { bdb = new BDBRecordSet(); bdb.initializeDB(bdbPath,bdbName); if(logPath == null) { throw new IOException("No logPath"); } log = new ResourceFileLocationDBLog(logPath);