Searched refs:cause (Results 1 - 2 of 2) 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...]
H A DJDBCHistoryCache.java162 for (Throwable cause : sqle) {
163 if (cause instanceof SQLTransientException) {

Completed in 11 milliseconds