DBDeleteException constructor
      
      DBDeleteException(
    
    
- String message
Implementation
DBDeleteException(this.message)
    : super(
        message,
        ErrorCodes.dbDeleteCode,
      );DBDeleteException(this.message)
    : super(
        message,
        ErrorCodes.dbDeleteCode,
      );