|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.JDBCException
org.hibernate.QueryTimeoutException
public class QueryTimeoutException
Thrown when a database query timeout occurs.
Constructor Summary | |
---|---|
QueryTimeoutException(java.lang.String s,
JDBCException je,
java.lang.String sql)
|
|
QueryTimeoutException(java.lang.String s,
java.sql.SQLException se,
java.lang.String sql)
|
Method Summary |
---|
Methods inherited from class org.hibernate.JDBCException |
---|
getErrorCode, getSQL, getSQLException, getSQLState |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryTimeoutException(java.lang.String s, JDBCException je, java.lang.String sql)
public QueryTimeoutException(java.lang.String s, java.sql.SQLException se, java.lang.String sql)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |