public QueryTimeoutException(message as String = ""):
Creates this framework exception.
message
error = QueryTimeoutException("Query timed out") assert error.message == "Query timed out"