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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = QueryException("Query failed")
assert error.message == "Query failed"