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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = QueryCancellationException("Query was cancelled")
assert error.message == "Query was cancelled"