NPersistence Reference Guide
Overload List
Name | Description |
---|---|
QueryTimeoutException()()()() |
Constructs a new QueryTimeoutException exception
with null as its detail message.
|
QueryTimeoutException(Exception) |
Constructs a new QueryTimeoutException exception
with the specified cause.
|
QueryTimeoutException(String) |
Constructs a new QueryTimeoutException exception
with the specified detail message.
|
QueryTimeoutException(Query) |
Constructs a new QueryTimeoutException exception
with the specified query.
|
QueryTimeoutException(String, Exception) |
Constructs a new QueryTimeoutException exception
with the specified detail message and cause.
|
QueryTimeoutException(String, Exception, Query) |
Constructs a new QueryTimeoutException exception
with the specified detail message, cause, and query.
|