DatabaseException.databaseNotFound constructor

DatabaseException.databaseNotFound(
  1. String _message
)

Creates a database not found exception.

Implementation

DatabaseException.databaseNotFound(this._message)
    : _code = errDatabaseNotFound;