Package org.hibernate

Class HibernateException

    • Constructor Detail

      • HibernateException

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

        public HibernateException​(@NullableThrowable cause)
        Constructs aHibernateException using the given message and underlying cause.
        Parameters:
        cause - The underlying cause.
      • HibernateException

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