程序包 org.hibernate

类 HibernateError

    • 构造器详细资料

      • HibernateError

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

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