146147148149150151152153154
} catch (Exception e) { throw new SegmentOpenErr(this.container.getId(), id); } }
104105106107108109110111
this.file = new File(this.path); this.random = new RandomAccessFile(this.file, "rw"); } catch (Exception e) { throw new SegmentOpenErr(this.container.getId(), this.id); } }