public class

QueryTimeoutException

extends JDBCException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.JDBCException
             ↳ org.hibernate.QueryTimeoutException

Class Overview

Thrown when a database query timeout occurs.

Summary

Public Constructors
QueryTimeoutException(String s, JDBCException je, String sql)
QueryTimeoutException(String s, SQLException se, String sql)
[Expand]
Inherited Methods
From class org.hibernate.JDBCException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public QueryTimeoutException (String s, JDBCException je, String sql)

public QueryTimeoutException (String s, SQLException se, String sql)