QueryFailedException constructor

QueryFailedException(
  1. QueryResult queryResult
)

Exception that is thrown when using DatabaseRepository utility methods such as create and when the underlying Query failed

Implementation

QueryFailedException(this.queryResult);