Searched defs:ioe (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/store/
H A DMockDirectoryWrapper.java356 // sets the cause of the incoming ioe to be the stack
358 private synchronized IOException fillOpenTrace(IOException ioe, String name, boolean input) { argument
361 ioe.initCause(ent.getValue());
364 ioe.initCause(ent.getValue());
368 return ioe;
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/store/
H A DMockDirectoryWrapper.java312 // sets the cause of the incoming ioe to be the stack
314 private synchronized IOException fillOpenTrace(IOException ioe, String name, boolean input) { argument
317 ioe.initCause(ent.getValue());
320 ioe.initCause(ent.getValue());
324 return ioe;

Completed in 15 milliseconds