public class HibernateError extends HibernateException
Constructor and Description |
---|
HibernateError(String message)
Constructs HibernateError with the condition message.
|
HibernateError(String message,
Throwable cause)
Constructs HibernateError with the condition message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HibernateError(String message)
message
- Message explaining the exception/error conditionCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.