Jakarta Persistence (JPA) Constructor

QueryTimeoutException(
  String message,
  Throwable cause,
  Query query
)


Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query.
Parameters:
cause - the cause.
message - the detail message.
query - the query.
Since:
Jakarta Persistence (JPA) 1.0