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:
  • Constructor Details

    • HibernateError

      public HibernateError(String message)
      Constructs HibernateError with the condition message.
      Parameters:
      message - Message explaining the exception/error condition
    • HibernateError

      public HibernateError(String message, Throwable cause)
      Constructs HibernateError with the condition message and cause.
      Parameters:
      message - Message explaining the exception/error condition
      cause - The underlying cause.