function DatabaseAlreadyExists(message, config) {
  Error.call(this);
  Error.captureStackTrace(this, arguments.callee);
  this.message = message;
  this.config = config;