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

/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DDiffException.java74 public DiffException(String msg) argument
76 super(msg);
H A DDifferentiationFailedException.java77 public DifferentiationFailedException(String msg) argument
79 super(msg);
H A DPatchFailedException.java75 public PatchFailedException(String msg) argument
77 super(msg);
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DInvalidFileFormatException.java76 public InvalidFileFormatException(String msg) argument
78 super(msg);
H A DNodeNotFoundException.java67 public NodeNotFoundException(String msg) argument
69 super(msg);
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryException.java37 * @param msg the message string
39 public HistoryException(String msg) { argument
40 super(msg);
56 * @param msg the message string
59 public HistoryException(String msg, Throwable cause) { argument
60 super(msg, cause);
/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java369 private void doNotify(String type, String msg, Object userdata) { argument
374 Notification notif = new Notification(type, this, sequenceNo, ts, msg);
/opengrok-sun/lib/
H A Dservlet-api.jar ... ServletException public void log (java.lang.String) String msg public void log (java.lang.String, java. ...

Completed in 923 milliseconds