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

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryException.java31 public class HistoryException extends Exception { class in inherits:Exception
35 * Construct a {@code HistoryException} with the specified message.
39 public HistoryException(String msg) { method in class:HistoryException
44 * Construct a {@code HistoryException} with the specified cause.
48 public HistoryException(Throwable cause) { method in class:HistoryException
53 * Construct a {@code HistoryException} with the specified message
59 public HistoryException(String msg, Throwable cause) { method in class:HistoryException

Completed in 226 milliseconds