DatabaseException.databaseNotFound constructor
- String _message
Creates a database not found exception.
Implementation
DatabaseException.databaseNotFound(this._message)
: _code = errDatabaseNotFound;
Creates a database not found exception.
DatabaseException.databaseNotFound(this._message)
: _code = errDatabaseNotFound;