Package org.hibernate
Class HibernateError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionException
public class HibernateError extends HibernateException
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HibernateError(String message)
ConstructsHibernateError
with the condition message.HibernateError(String message, Throwable cause)
ConstructsHibernateError
with the condition message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HibernateError
public HibernateError(String message)
ConstructsHibernateError
with the condition message.- Parameters:
message
- Message explaining the exception/error condition
-
-