Package org.hibernate

Class HibernateError

    • Constructor Detail

      • 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.