程序包 org.hibernate

类 HibernateException

    • 构造器详细资料

      • HibernateException

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

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

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