klyn.data.QueryTimeoutException.QueryTimeoutException
constructor
public QueryTimeoutException(message as String = ""):
Description

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = QueryTimeoutException("Query timed out")
assert error.message == "Query timed out"