public final class HistoryException extends Exception implements Serializable
| Constructor and Description |
|---|
HistoryException()
Creates a new instance of
HistoryException without detail message. |
HistoryException(String msg)
Constructs an instance of
HistoryException with the specified detail message. |
HistoryException(String msg,
Throwable cause)
Constructs an instance of
HistoryException with the specified detail message and the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HistoryException()
HistoryException without detail message.public HistoryException(String msg)
HistoryException with the specified detail message.msg - the detail message.Copyright © 2012–2026 cismet GmbH. All rights reserved.