public class HistoryException extends MaltChainedException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
HistoryException(java.lang.String message)
Creates a HistoryException object with a message
|
HistoryException(java.lang.String message,
java.lang.Throwable cause)
Creates a HistoryException object with a message and a cause to the exception.
|
getCause, getMessageChain, printStackTrace
public static final long serialVersionUID
public HistoryException(java.lang.String message)
message
- the messagepublic HistoryException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause to the exceptionCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.