DatabaseException.badParam constructor

DatabaseException.badParam(
  1. String _message
)

Creates a bad param exception.

Implementation

DatabaseException.badParam(this._message) : _code = errBadParam;