QueryException(QueryExceptionEvent event, { String message: null, underlyingException: null })

Source

QueryException(this.event,
    {String message: null, this.underlyingException: null})
    : this._message = message;