程序包 org.hibernate

类 QueryTimeoutException

    • 构造器详细资料

      • QueryTimeoutException

        public QueryTimeoutException​(String message,
                                     SQLException sqlException,
                                     String sql)
        Constructs a QueryTimeoutException using the supplied information.
        参数:
        message - The message explaining the exception condition
        sqlException - The underlying SQLException
        sql - The sql being executed when the exception occurred.