Example usage for Java javax.persistence QueryTimeoutException fields, constructors, methods, implement or subclass
The text is from its open source code.
QueryTimeoutException(String message, Throwable cause) Constructs a new QueryTimeoutException exception with the specified detail message and cause. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
String | getMessage() Returns the detail message string of this throwable. |
Query | getQuery() Returns the query that caused this exception. |