ObjectDB ObjectDB

QueryTimeoutException(query) - JPA QueryTimeoutException's constructor

Constructor
javax.persistence.QueryTimeoutException
QueryTimeoutException(
  Query query
)

Constructs a new QueryTimeoutException exception with the specified query.
Parameters:
query - the query.
Since:
JPA 2.0