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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryException.java44 * Construct a {@code HistoryException} with the specified cause.
46 * @param cause the cause of the exception
48 public HistoryException(Throwable cause) { argument
49 super(cause);
54 * and cause.
57 * @param cause the cause of the exception
59 public HistoryException(String msg, Throwable cause) { argument
60 super(msg, cause);
[all...]

Completed in 8 milliseconds