Package org.hibernate

Class HibernateException

    • Constructor Detail

      • HibernateException

        public HibernateException​(String message)
        Constructs a HibernateException using the given exception message.
        Parameters:
        message - The message explaining the reason for the exception
      • HibernateException

        public HibernateException​(Throwable cause)
        Constructs a HibernateException using the given message and underlying cause.
        Parameters:
        cause - The underlying cause.
      • HibernateException

        public HibernateException​(String message,
                                  Throwable cause)
        Constructs a HibernateException using the given message and underlying cause.
        Parameters:
        message - The message explaining the reason for the exception.
        cause - The underlying cause.