Searched refs:wrapInIOException (Results 1 - 3 of 3) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRCSget.java65 throw RCSRepository.wrapInIOException("Parse error", e);
67 throw RCSRepository.wrapInIOException("Invalid RCS file format", e);
69 throw RCSRepository.wrapInIOException("Patch failed", e);
71 throw RCSRepository.wrapInIOException(
H A DRCSRepository.java97 throw wrapInIOException(
100 throw wrapInIOException(
103 throw wrapInIOException(
111 static IOException wrapInIOException(String message, Throwable t) { method in class:RCSRepository
H A DRCSHistoryParser.java94 throw RCSRepository.wrapInIOException(

Completed in 8 milliseconds