Package org.hibernate

Class QueryTimeoutException

java.lang.Object
java.lang.Throwable
All Implemented Interfaces:
Serializable

public classQueryTimeoutExceptionextendsJDBCException
AJDBCException indicating that a database query timed out on the database.
See Also:
  • Constructor Details

    • QueryTimeoutException

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