|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensolaris.opengrok.history.HistoryException
public class HistoryException
Exception thrown when retrieval or manipulation of history information fails.
Constructor Summary | |
---|---|
HistoryException(java.lang.String msg)
Construct a HistoryException with the specified message. |
|
HistoryException(java.lang.String msg,
java.lang.Throwable cause)
Construct a HistoryException with the specified message
and cause. |
|
HistoryException(java.lang.Throwable cause)
Construct a HistoryException with the specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HistoryException(java.lang.String msg)
HistoryException
with the specified message.
msg
- the message stringpublic HistoryException(java.lang.Throwable cause)
HistoryException
with the specified cause.
cause
- the cause of the exceptionpublic HistoryException(java.lang.String msg, java.lang.Throwable cause)
HistoryException
with the specified message
and cause.
msg
- the message stringcause
- the cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |