public class HistoryException
extends java.lang.Exception
| Constructor and Description |
|---|
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. |
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