public class HistoryException
extends java.lang.Exception
Constructor and Description |
---|
HistoryException() |
HistoryException(java.lang.String message) |
HistoryException(java.lang.String message,
java.lang.Throwable cause) |
HistoryException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static HistoryException |
fromFormat(java.lang.String message,
java.lang.Object... params) |
public HistoryException()
public HistoryException(java.lang.String message, java.lang.Throwable cause)
public HistoryException(java.lang.String message)
public HistoryException(java.lang.Throwable cause)
public static HistoryException fromFormat(java.lang.String message, java.lang.Object... params)