RawQueryException constructor

RawQueryException(
  1. String message
)

Provide a message

Implementation

RawQueryException(this.message);